prometheus operator v0.71.2
Prometheus.spec.initContainers.lifecycle.postStart.tcpSocket.spec.remoteRead.authorization
Authorization section for the URL. It requires Prometheus >= v2.26.0. Cannot be set at the same time as `basicAuth`, or `oauth2`.
| 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" |