diff options
author | saul.gill <saul.gill@est.tech> | 2023-08-25 14:03:04 +0100 |
---|---|---|
committer | saul.gill <saul.gill@est.tech> | 2023-08-25 15:29:30 +0100 |
commit | 886dc1eaea134778edfc32525193f91762ba6460 (patch) | |
tree | dabc2f8fd247d63d50589c91108a71dcbd4681bb /kubernetes/policy/components/policy-clamp-runtime-acm/resources/config | |
parent | ffd944b874af386000d157e58be0475561021340 (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/resources/config')
-rw-r--r-- | kubernetes/policy/components/policy-clamp-runtime-acm/resources/config/acRuntimeParameters.yaml | 4 |
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 |