Skip to content

Commit 24ad15e

Browse files
committed
Also the /internal/{info,health} paths must be publically available
1 parent 1fbb2af commit 24ad15e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/packages/security.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ security:
44
pattern: ^/_trans(/|$)
55
security: false
66
monitor:
7-
pattern: ^/(info|health)$
7+
pattern: ^/(internal/)?(info|health)$
88
security: false
99
api:
1010
http_basic: ~

0 commit comments

Comments
 (0)