Skip to content

Commit

Permalink
fix: give public access to route prefixed with /bundle (without trail…
Browse files Browse the repository at this point in the history
…ing s for now)
  • Loading branch information
theus77 committed Oct 24, 2024
1 parent b648340 commit a9fd090
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions elasticms-admin/config/packages/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ security:
access_control:
- { path: ^/$, role: PUBLIC_ACCESS }
- { path: ^/metrics$, role: PUBLIC_ACCESS }
- { path: ^/bundle, role: PUBLIC_ACCESS }
- { path: ^/favicon.ico$, role: PUBLIC_ACCESS }
- { path: ^/apple\-touch\-icon\.png$, role: PUBLIC_ACCESS }
- { path: ^/favicon\-(16|32|48|64|128|256)x(16|32|48|64|128|256)\.png$, role: PUBLIC_ACCESS }
Expand Down

0 comments on commit a9fd090

Please sign in to comment.