Skip to content

Commit 9bb9e0f

Browse files

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

demo/webapp-vaadin/src/main/resources/application.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,22 @@ spring:
88
hbm2ddl:
99
auto: none
1010

11+
# READ https://docs.spring.io/spring-boot/reference/actuator/endpoints.html BEFORE CHANGING ANYTHING HERE!
12+
# Pledge of allegiance you sign when commiting this: I know that I'm responsible for security problems when I did not
13+
# read the docs and I will be sentenced to debug Voyager 1 memory problems (YcUycQoz0zg) or similar complex things
1114
management:
1215
endpoints:
1316
web:
1417
exposure:
1518
include: "*"
16-
# Env is potentially security sensitive so better hide it
17-
exclude: "env"
1819
endpoint:
20+
env:
21+
access: none
1922
health:
20-
show-details: "when-authorized"
23+
show-details: when-authorized
24+
heapdump:
25+
access: unrestricted
26+
2127
health:
2228
# Kubernetes probes
2329
probes:

0 commit comments

Comments
 (0)