prometheus operator v0.71.2
Prometheus.spec.containers[].env.valueFrom.configMapKeyRef.spec.remoteWrite.azureAd.oauth
OAuth defines the oauth config that is being used to authenticate. Cannot be set at the same time as `managedIdentity`. It requires Prometheus >= v2.48.0.
| Field / Type | Description |
|---|---|
clientId | `clientID` is the clientId of the Azure Active Directory application that is being used to authenticate.
|
`clientSecret` specifies a key of a Secret containing the client secret of the Azure Active Directory application that is being used to authenticate.
| |
tenantId | `tenantID` is the tenant ID of the Azure Active Directory application that is being used to authenticate.
|