From 886dc1eaea134778edfc32525193f91762ba6460 Mon Sep 17 00:00:00 2001 From: "saul.gill" Date: Fri, 25 Aug 2023 14:03:04 +0100 Subject: [PATCH] [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 --- .../resources/config/acRuntimeParameters.yaml | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.16.6