Skip to content
Snippets Groups Projects
Commit 3f12d7a8 authored by Jérôme LELEU's avatar Jérôme LELEU Committed by Makhtar DIAGNE
Browse files

clean Spring config and open management endpoints

parent fad4be37
No related branches found
No related tags found
1 merge request!1Feature/design/1
spring:
main:
allow-bean-definition-overriding: true
cloud:
consul: #disabled for dev
enabled: false
......@@ -109,11 +107,8 @@ cas:
management.endpoints.enabled-by-default: true
#cas.monitor.endpoints.sensitive: false
#cas.monitor.endpoints.enabled: true
#management.metrics.export.prometheus.sensitive: false
#management.metrics.export.prometheus.enabled: true
cas.monitor.endpoints.endpoint.defaults.access[0]: ANONYMOUS
management.endpoints.web.exposure.include: '*'
cas.monitor.endpoints.endpoint.defaults.access[0]: PERMIT
# for SMS:
......
spring:
main:
allow-bean-definition-overriding: true
cloud:
consul: #disabled for dev
enabled: false
......@@ -110,11 +108,8 @@ cas:
management.endpoints.enabled-by-default: true
#cas.monitor.endpoints.sensitive: false
#cas.monitor.endpoints.enabled: true
#management.metrics.export.prometheus.sensitive: false
#management.metrics.export.prometheus.enabled: true
cas.monitor.endpoints.endpoint.defaults.access[0]: ANONYMOUS
management.endpoints.web.exposure.include: '*'
cas.monitor.endpoints.endpoint.defaults.access[0]: PERMIT
# for SMS:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment