From b52e095b34ee7c576f7ee83df05e2a09366a8c8a Mon Sep 17 00:00:00 2001 From: "saul.gill" Date: Thu, 13 Jun 2024 13:50:19 +0100 Subject: Make basic auth configurable in acm Allow user to switch on/off basicAuth from application.yaml Issue-ID: POLICY-5044 Change-Id: I96a91152667efc5e26196239bc0808913a5ee06c Signed-off-by: saul.gill --- runtime-acm/src/test/resources/application-prometheus-noauth.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'runtime-acm/src/test/resources/application-prometheus-noauth.yaml') diff --git a/runtime-acm/src/test/resources/application-prometheus-noauth.yaml b/runtime-acm/src/test/resources/application-prometheus-noauth.yaml index 620e7534d..57da3af18 100644 --- a/runtime-acm/src/test/resources/application-prometheus-noauth.yaml +++ b/runtime-acm/src/test/resources/application-prometheus-noauth.yaml @@ -10,10 +10,6 @@ spring: ddl-auto: create open-in-view: false -metrics: - security: - disabled: true - server: servlet: context-path: /onap/policy/clamp/acm @@ -52,4 +48,6 @@ tracing: protocol: http sampler: jaeger-remote: - endpoint: http://jaeger:14250 \ No newline at end of file + endpoint: http://jaeger:14250 + +basicAuth: false \ No newline at end of file -- cgit