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 707ad50 commit 03e3e24
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 @@ -12,7 +12,7 @@ security:
pattern: ^/saml/metadata

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

csp_report:
Expand Down

0 comments on commit 03e3e24

Please sign in to comment.