Skip to content

Commit

Permalink
Update ACL
Browse files Browse the repository at this point in the history
  • Loading branch information
martineiber committed Dec 4, 2024
1 parent 31a0358 commit bf124d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/00_Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ security:
firewalls:
pimcore_studio: '%pimcore_studio_backend.firewall_settings%'
access_control:
- { path: ^/pimcore-studio/api/(docs|docs.json|translations)$, roles: PUBLIC_ACCESS }
- { path: ^/pimcore-studio, roles: ROLE_PIMCORE_USER }
- { path: ^/pimcore-studio/api/(docs|docs/json|translations)$, roles: PUBLIC_ACCESS }
- { path: ^/pimcore-studio/api, roles: ROLE_PIMCORE_USER }
```
3) Make sure the bundle is enabled in the `config/bundles.php` file. The following lines should be added:
Expand Down

0 comments on commit bf124d0

Please sign in to comment.