prometheus operator v0.93.1
PrometheusAgent.spec.remoteWrite[].oauth2.tlsConfig.keySecret.spec.remoteWrite.authorization
authorization section for the URL. It requires Prometheus >= v2.26.0 or Thanos >= v0.24.0. Cannot be set at the same time as `sigv4`, `basicAuth`, `oauth2`, or `azureAd`.
| Field / Type | Description |
|---|---|
credentials defines a key of a Secret in the namespace that contains the credentials for authentication.
| |
credentialsFile | credentialsFile defines the file to read a secret from, mutually exclusive with `credentials`. |
type | type defines the authentication type. The value is case-insensitive. "Basic" is not a supported value. Default: "Bearer" |