You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[breaking] FIPS compliant metrics + secrets management (#649)
* determine fips mode based on region+override env var
* update kms-service.ts
* update listener.ts
* fix test
* move region parsing tests to fips.spec.ts
* nit
@@ -154,6 +155,13 @@ export class MetricsListener {
154
155
}
155
156
156
157
// Otherwise, send directly to DD API (not FIPs compliant!)
158
+
if(FIPS_MODE_ENABLED){
159
+
logDebug(
160
+
"FIPS mode is enabled, so sending metrics via the Datadog API is not possible. (1) Install the extension, (2) enable log forwarding, or (3) disable FIPS mode.",
0 commit comments