1
0
mirror of https://github.com/coreos/prometheus-operator.git synced 2026-02-05 06:45:27 +01:00

feat: add support for configuring use_fips_sts_endpoint in sigv4 config

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>
This commit is contained in:
Sam McBroom
2025-10-06 13:47:19 -07:00
parent 27af9412af
commit 150292197b
23 changed files with 280 additions and 7 deletions

View File

@@ -417,6 +417,8 @@
"authzed",
"resolv",
"finalizer",
"selfsigned"
"selfsigned",
"FIPS",
"FIPSSTS"
]
}
}