From: saul.gill Date: Mon, 21 Aug 2023 13:41:27 +0000 (+0100) Subject: Adding optional disabling of prometheus ep in acm X-Git-Tag: 3.0.1~8^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F27%2F135827%2F1;p=policy%2Fdocker.git Adding optional disabling of prometheus ep in acm Issue-ID: POLICY-4802 Change-Id: I8cd1164cafc05741f7512bba04ada1ed789902f8 Signed-off-by: saul.gill --- diff --git a/compose/config/clamp/AcRuntimeParameters.yaml b/compose/config/clamp/AcRuntimeParameters.yaml index 6f8d5dcf..ac1310c2 100644 --- a/compose/config/clamp/AcRuntimeParameters.yaml +++ b/compose/config/clamp/AcRuntimeParameters.yaml @@ -66,3 +66,7 @@ management: base-path: / exposure: include: health, metrics, prometheus + +metrics: + security: + disabled: false \ No newline at end of file