prometheus operator v0.71.2
AlertmanagerConfig.spec.receivers[].slackConfigs[].httpConfig
HTTP client configuration.
| Field / Type | Description |
|---|---|
Authorization header configuration for the client. This is mutually exclusive with BasicAuth and is only available starting from Alertmanager v0.22+. | |
BasicAuth for the client. This is mutually exclusive with Authorization. If both are defined, BasicAuth takes precedence. | |
The secret's key that contains the bearer token to be used by the client for authentication. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.
| |
followRedirects | FollowRedirects specifies whether the client should follow HTTP 3xx redirects. |
OAuth2 client credentials used to fetch a token for the targets. | |
proxyURL | Optional proxy URL. |
TLS configuration for the client. |