aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/policy/components/policy-clamp-runtime-acm
diff options
context:
space:
mode:
authorsaul.gill <saul.gill@est.tech>2023-08-25 14:03:04 +0100
committersaul.gill <saul.gill@est.tech>2023-08-25 15:29:30 +0100
commit886dc1eaea134778edfc32525193f91762ba6460 (patch)
treedabc2f8fd247d63d50589c91108a71dcbd4681bb /kubernetes/policy/components/policy-clamp-runtime-acm
parentffd944b874af386000d157e58be0475561021340 (diff)
[POLICY] Add optional disable prometheus ep auth
Allows the option to disable the prometheus endpoint authentication in clamp acm chart Issue-ID: POLICY-4802 Change-Id: I0aa584d657282b12aa97cae85c4704f71faf85b1 Signed-off-by: saul.gill <saul.gill@est.tech>
Diffstat (limited to 'kubernetes/policy/components/policy-clamp-runtime-acm')
-rw-r--r--kubernetes/policy/components/policy-clamp-runtime-acm/resources/config/acRuntimeParameters.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/kubernetes/policy/components/policy-clamp-runtime-acm/resources/config/acRuntimeParameters.yaml b/kubernetes/policy/components/policy-clamp-runtime-acm/resources/config/acRuntimeParameters.yaml
index 28faa7feed..0dc7a39db0 100644
--- a/kubernetes/policy/components/policy-clamp-runtime-acm/resources/config/acRuntimeParameters.yaml
+++ b/kubernetes/policy/components/policy-clamp-runtime-acm/resources/config/acRuntimeParameters.yaml
@@ -45,6 +45,10 @@ spring:
dialect: org.hibernate.dialect.MariaDB103Dialect
format_sql: true
+metrics:
+ security:
+ disabled: false
+
security:
enable-csrf: false