prometheus operator v0.71.2

PrometheusAgent.spec.initContainers[].readinessProbe.tcpSocket.port.spec.remoteWrite.sigv4

Sigv4 allows to configures AWS's Signature Verification 4 for the URL. It requires Prometheus >= v2.26.0. Cannot be set at the same time as `authorization`, `basicAuth`, `oauth2`, or `azureAd`.

5 fields
PrometheusAgent.spec.initContainers[].readinessProbe.tcpSocket.port.spec.remoteWrite.sigv4 fields and descriptions
Field / TypeDescription
object

AccessKey is the AWS API key. If not specified, the environment variable `AWS_ACCESS_KEY_ID` is used.

  • x-kubernetes-map-type: "atomic"
profile
string

Profile is the named AWS profile used to authenticate.

region
string

Region is the AWS region. If blank, the region from the default credentials chain used.

roleArn
string

RoleArn is the named AWS profile used to authenticate.

object

SecretKey is the AWS API secret. If not specified, the environment variable `AWS_SECRET_ACCESS_KEY` is used.

  • x-kubernetes-map-type: "atomic"