summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiam Fallon <liam.fallon@est.tech>2023-08-28 11:46:11 +0000
committerGerrit Code Review <gerrit@onap.org>2023-08-28 11:46:11 +0000
commitf80468a5647b0bde1102b1d5c71b3de679c1610c (patch)
treeec2cc3d9e7a2cc8383a38eb80c72af2102eb21f1
parent8cc00f0f9a2b6c3c69d80adbd6ad053e2b754f49 (diff)
parent3a9720ab6ba15fffb8460714b9b1c049b578d40d (diff)
Merge "Adding optional disabling of prometheus ep in acm"
-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