prometheus operator v0.71.2

PrometheusAgent.spec.containers[].env[].valueFrom.secretKeyRef.spec.remoteWrite.azureAd

AzureAD for the URL. It requires Prometheus >= v2.45.0. Cannot be set at the same time as `authorization`, `basicAuth`, `oauth2`, or `sigv4`.

3 fields
PrometheusAgent.spec.containers[].env[].valueFrom.secretKeyRef.spec.remoteWrite.azureAd fields and descriptions
Field / TypeDescription
cloud
string

The Azure Cloud. Options are 'AzurePublic', 'AzureChina', or 'AzureGovernment'.

  • enum: ["AzureChina","AzureGovernment","AzurePublic"]
object

ManagedIdentity defines the Azure User-assigned Managed identity. Cannot be set at the same time as `oauth`.

object

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.