prometheus operator v0.71.2
Prometheus.spec.initContainers[].livenessProbe.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`.
| Field / Type | Description |
|---|---|
AccessKey is the AWS API key. If not specified, the environment variable `AWS_ACCESS_KEY_ID` is used.
| |
profile | Profile is the named AWS profile used to authenticate. |
region | Region is the AWS region. If blank, the region from the default credentials chain used. |
roleArn | RoleArn is the named AWS profile used to authenticate. |
SecretKey is the AWS API secret. If not specified, the environment variable `AWS_SECRET_ACCESS_KEY` is used.
|