mirror of
https://github.com/gotson/komga.git
synced 2025-12-07 17:13:59 +01:00
fix(api): show values for actuator /env and /config-props endpoints
was disabled by default in Spring Boot 3
This commit is contained in:
parent
318a44482f
commit
e6eaf2fa8e
1 changed files with 6 additions and 0 deletions
|
|
@ -66,6 +66,12 @@ server:
|
||||||
management:
|
management:
|
||||||
endpoints.web.exposure.include: "*"
|
endpoints.web.exposure.include: "*"
|
||||||
endpoint:
|
endpoint:
|
||||||
|
configprops:
|
||||||
|
roles: ADMIN
|
||||||
|
show-values: when_authorized
|
||||||
|
env:
|
||||||
|
roles: ADMIN
|
||||||
|
show-values: when_authorized
|
||||||
health:
|
health:
|
||||||
roles: ADMIN
|
roles: ADMIN
|
||||||
show-details: when_authorized
|
show-details: when_authorized
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue