prometheus operator v0.93.1
PrometheusAgent.spec.containers[].env[].valueFrom.secretKeyRef.spec.apiserverConfig.authorization
authorization section for the API server. Cannot be set at the same time as `basicAuth`, `bearerToken`, or `bearerTokenFile`.
| 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" |