Alerting: Support tls config for webhook receiver (#93513)
Adds the ability to configure tls settings on the webhook receiver (e.g. to skip server certificate validation)
This commit is contained in:
@@ -614,12 +614,22 @@ The following sections detail the supported settings and secure settings for eac
|
||||
|
||||
#### Alert notification `webhook`
|
||||
|
||||
| Name | Secure setting |
|
||||
| ---------- | -------------- |
|
||||
| url | |
|
||||
| httpMethod | |
|
||||
| username | |
|
||||
| password | yes |
|
||||
| Name | Secure setting |
|
||||
| ----------- | -------------- |
|
||||
| url | |
|
||||
| http_method | |
|
||||
| username | |
|
||||
| password | yes |
|
||||
| tls_config | |
|
||||
|
||||
##### TLS config
|
||||
|
||||
| Name | Secure setting |
|
||||
| ------------------ | -------------- |
|
||||
| insecureSkipVerify | |
|
||||
| clientCertificate | yes |
|
||||
| clientKey | yes |
|
||||
| caCertificate | yes |
|
||||
|
||||
#### Alert notification `googlechat`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user