diff options
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 |