Skip to content

Commit

Permalink
Also the /internal/{info,health} paths must be publically available
Browse files Browse the repository at this point in the history
  • Loading branch information
thijskh committed Apr 17, 2024
1 parent 93de589 commit 04750d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/packages/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ security:
anonymous: ~

monitor:
pattern: ^/(info|health)$
pattern: ^/(internal/)?(info|health)$
security: false

csp_report:
Expand Down

0 comments on commit 04750d3

Please sign in to comment.