PrometheusAgent.spec.initContainers.livenessProbe.exec.command.spec.remoteWrite.sigv4
sigv4 defines the AWS's Signature Verification 4 for the URL. It requires Prometheus >= v2.26.0 or Thanos >= v0.24.0. Cannot be set at the same time as `authorization`, `basicAuth`, `oauth2`, or `azureAd`.
| Field / Type | Description |
|---|---|
accessKey defines the AWS API key. If not specified, the environment variable `AWS_ACCESS_KEY_ID` is used.
| |
externalId | externalId defines the external ID used when assuming an AWS role. Can only be used with roleArn. It requires Prometheus >= v3.11.0 or Alertmanager >= v0.33.0. Currently not supported by Thanos.
|
profile | profile defines the named AWS profile used to authenticate. |
region | region defines the AWS region. If blank, the region from the default credentials chain used. |
roleArn | roleArn defines the named AWS profile used to authenticate. |
secretKey defines the AWS API secret. If not specified, the environment variable `AWS_SECRET_ACCESS_KEY` is used.
| |
useFIPSSTSEndpoint | useFIPSSTSEndpoint defines the FIPS mode for the AWS STS endpoint. It requires Prometheus >= v2.54.0. |