File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
demo/webapp-vaadin/src/main/resources Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -8,16 +8,22 @@ spring:
8
8
hbm2ddl :
9
9
auto : none
10
10
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
11
14
management :
12
15
endpoints :
13
16
web :
14
17
exposure :
15
18
include : " *"
16
- # Env is potentially security sensitive so better hide it
17
- exclude : " env"
18
19
endpoint :
20
+ env :
21
+ access : none
19
22
health :
20
- show-details : " when-authorized"
23
+ show-details : when-authorized
24
+ heapdump :
25
+ access : unrestricted
26
+
21
27
health :
22
28
# Kubernetes probes
23
29
probes :
You can’t perform that action at this time.
0 commit comments