mirror of
https://github.com/coreos/prometheus-operator.git
synced 2026-02-05 15:46:31 +01:00
Using `AWS_USE_FIPS_ENDPOINT` to configure FIPS endpoint usage no longer works (see https://github.com/prometheus/prometheus/issues/16752). This must be done using the `use_fips_sts_endpoint` config option added in https://github.com/prometheus/common/pull/649. It is also available in the new sigv4 package: https://github.com/prometheus/sigv4. Fixes #7986 Signed-off-by: Sam McBroom <sam.mcbroom@appian.com>