-
Notifications
You must be signed in to change notification settings - Fork 265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Default values for Webhook Triggers #268
Comments
Thanks Mike, great idea. You're actually the first person I've spoken to thats used the webhooks feature, which probably means that it's been working Ok otherwise! There's a lot still needs to be done for the 4.x beta but I reckon this could happen during the 4.x timeline. |
Alternatively, how about general app-wide scripting settings that allow for scripts and/or webhooks to be set to run after all renewals? For people like me who have identical scripts and hooks in all cases. |
However this is implemented, it should be possible to apply different actions (e.g. URL, Method, ContentType, Body) for each Webhook Trigger type. Currently only one Webhook Trigger type and action can be selected. For example: There should be the option to apply application-wide or on a per site basis. |
I'm currently working on a new deployment tasks framework for Certify which will allow any number of custom actions and predefined common tasks to be run on cert renewal. I think webhook will become one of these tasks types, then we can look at making it more sophisticated after that. Note that you can currently use post-request powershell scripting to do anything you want (and you can select the same shared powershell script) so if you need more oprtions for posting to webhook etc you could do it in powershell without too much effort. There's not currently a 'run this for every renewal' option and if there was we'd probably need an exclusions list as well (i.e. run it for everything but not these) |
Update: webhooks have been moved to Deployment Tasks in v5, there is currently still no global option though, |
It would be handy for Advanced -> Webhook Trigger to use preset configurable defaults when creating a new certificate.
Alternatively, a way to bulk apply Webhook Triggers to existing certificates.
Context: We have the same action for all certificates (a slack post webhook) and currently have to copy/paste these from other managed sites.
The text was updated successfully, but these errors were encountered: