fix(api): show values for actuator /env and /config-props endpoints

was disabled by default in Spring Boot 3
This commit is contained in:
Gauthier Roebroeck 2023-07-17 10:45:24 +08:00
parent 318a44482f
commit e6eaf2fa8e

View file

@ -66,6 +66,12 @@ server:
management:
endpoints.web.exposure.include: "*"
endpoint:
configprops:
roles: ADMIN
show-values: when_authorized
env:
roles: ADMIN
show-values: when_authorized
health:
roles: ADMIN
show-details: when_authorized