prometheus operator v0.93.1
ScrapeConfig.spec.openstackSDConfigs[].tlsConfig.cert.secret.spec.httpSDConfigs.authorization
authorization defines the authorization header configuration to authenticate against the target HTTP endpoint. Cannot be set at the same time as `oAuth2`, or `basicAuth`.
| 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" |