prometheus operator v0.93.1
Prometheus.spec.updateStrategy.rollingUpdate.maxUnavailable.spec.remoteWrite.azureAd.oauth
oauth defines the oauth config that is being used to authenticate. Cannot be set at the same time as `managedIdentity`, `sdk` or `workloadIdentity`. It requires Prometheus >= v2.48.0 or Thanos >= v0.31.0.
| Field / Type | Description |
|---|---|
clientId | clientId defines 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.
|