prometheus operator v0.93.1
ServiceMonitor.spec.endpoints.authorization
authorization configures the Authorization header credentials used by the client. Cannot be set at the same time as `basicAuth`, `bearerTokenSecret` or `oauth2`.
| Field / Type | Description |
|---|---|
credentials defines a key of a Secret in the namespace that contains the credentials for authentication.
| |
type | type defines the authentication type. The value is case-insensitive. "Basic" is not a supported value. Default: "Bearer" |