aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsaul.gill <saul.gill@est.tech>2023-08-21 14:41:27 +0100
committersaul.gill <saul.gill@est.tech>2023-08-25 14:04:30 +0100
commit3a9720ab6ba15fffb8460714b9b1c049b578d40d (patch)
tree9735eaf5ccf2c2e0467e04c8b992e54b0437ab0d
parent4e2f85fc36d6ae3d88f867990b03d12e09bfb5ef (diff)
Adding optional disabling of prometheus ep in acm
Issue-ID: POLICY-4802 Change-Id: I8cd1164cafc05741f7512bba04ada1ed789902f8 Signed-off-by: saul.gill <saul.gill@est.tech>
-rw-r--r--compose/config/clamp/AcRuntimeParameters.yaml4
1 files changed, 4 insertions, 0 deletions
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