prometheus operator v0.71.2
Probe.spec.targets.staticConfig.relabelingConfigs.sourceLabels.spec.oauth2
OAuth2 for the URL. Only valid in Prometheus versions 2.27.0 and newer.
| Field / Type | Description |
|---|---|
`clientId` specifies a key of a Secret or ConfigMap containing the OAuth2 client's ID. | |
`clientSecret` specifies a key of a Secret containing the OAuth2 client's secret.
| |
`endpointParams` configures the HTTP parameters to append to the token URL. | |
`scopes` defines the OAuth2 scopes used for the token request. | |
tokenUrl | `tokenURL` configures the URL to fetch the token from.
|