You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/gitbook/usage/webhooks.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,10 @@ Event payload (HTTP POST):
124
124
The event receiver can create alerts based on the received phase
125
125
(possible values: `Initialized`, `Waiting`, `Progressing`, `Promoting`, `Finalising`, `Succeeded` or `Failed`).
126
126
127
-
The webhook request can be retried by specifying a positive integer in the `retries` field.
127
+
Options:
128
+
* retries: The webhook request can be retried by specifying a positive integer in the `retries` field. This helps ensure reliability if the webhook fails due to transient network issues.
129
+
130
+
* disable TLS: Set `disableTLS` to `true` in the webhook spec to bypass TLS verification. This is useful in cases where the target service uses self-signed certificates, or you need to connect to an insecure service for testing purposes.
0 commit comments