diff options
author | 2024-06-13 13:50:19 +0100 | |
---|---|---|
committer | 2024-06-13 13:50:26 +0100 | |
commit | b52e095b34ee7c576f7ee83df05e2a09366a8c8a (patch) | |
tree | ddd70fa1b4a0fc4f3b675a5b07f87d94bc977a1c /runtime-acm/src/test/resources/application-prometheus-noauth.yaml | |
parent | 5d48bd15e1d799ba4419a8b6d960a089335b9852 (diff) |
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 <saul.gill@est.tech>
Diffstat (limited to 'runtime-acm/src/test/resources/application-prometheus-noauth.yaml')
-rw-r--r-- | runtime-acm/src/test/resources/application-prometheus-noauth.yaml | 8 |
1 files changed, 3 insertions, 5 deletions
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 |