prometheus operator v0.71.2
Prometheus.spec.initContainers[].lifecycle.postStart.exec.spec.apiserverConfig.authorization
Authorization section for the API server. Cannot be set at the same time as `basicAuth`, `bearerToken`, or `bearerTokenFile`.
| Field / Type | Description |
|---|---|
Selects a key of a Secret in the namespace that contains the credentials for authentication.
| |
credentialsFile | File to read a secret from, mutually exclusive with `credentials`. |
type | Defines the authentication type. The value is case-insensitive. "Basic" is not a supported value. Default: "Bearer" |