diff --git a/docs/configuration/configuration.md b/docs/configuration/configuration.md index b3ea571b80..330474d78e 100644 --- a/docs/configuration/configuration.md +++ b/docs/configuration/configuration.md @@ -2809,6 +2809,11 @@ sigv4: # AWS Role ARN, an alternative to using AWS API keys. [ role_arn: ] + # Defines the FIPS mode for the AWS STS endpoint. + # Requires Prometheus >= 2.54.0 + # Note: FIPS STS selection should be configured via use_fips_sts_endpoint rather than environment variables. (The problem report that motivated this: AWS_USE_FIPS_ENDPOINT no longer works.) + [ use_fips_sts_endpoint: | default = false ] + # HTTP client settings, including authentication methods (such as basic auth and # authorization), proxy configurations, TLS options, custom HTTP headers, etc. [ ] @@ -3011,6 +3016,11 @@ sigv4: # AWS Role ARN, an alternative to using AWS API keys. [ role_arn: ] + # Defines the FIPS mode for the AWS STS endpoint. + # Requires Prometheus >= 2.54.0 + # Note: FIPS STS selection should be configured via use_fips_sts_endpoint rather than environment variables. (The problem report that motivated this: AWS_USE_FIPS_ENDPOINT no longer works.) + [ use_fips_sts_endpoint: | default = false ] + # Optional AzureAD configuration. # Cannot be used at the same time as basic_auth, authorization, oauth2, sigv4 or google_iam. azuread: