Adding optional disabling of prometheus ep in acm 27/135827/1
authorsaul.gill <saul.gill@est.tech>
Mon, 21 Aug 2023 13:41:27 +0000 (14:41 +0100)
committersaul.gill <saul.gill@est.tech>
Fri, 25 Aug 2023 13:04:30 +0000 (14:04 +0100)
Issue-ID: POLICY-4802
Change-Id: I8cd1164cafc05741f7512bba04ada1ed789902f8
Signed-off-by: saul.gill <saul.gill@est.tech>
compose/config/clamp/AcRuntimeParameters.yaml

index 6f8d5dc..ac1310c 100644 (file)
@@ -66,3 +66,7 @@ management:
       base-path: /
       exposure:
         include: health, metrics, prometheus
+
+metrics:
+  security:
+    disabled: false
\ No newline at end of file