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 ffdc6b6 commit aa6199b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/00_Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,6 @@ pimcore_studio_backend:
```yaml
security:
access_control:
- { path: ^/your-prefix/api/(docs|docs.json|translations)$, roles: PUBLIC_ACCESS }
- { path: ^/your-prefix, roles: ROLE_PIMCORE_USER }
```
- { path: ^/your-prefix/api/(docs|docs/json|translations)$, roles: PUBLIC_ACCESS }
- { path: ^/your-prefix/api, roles: ROLE_PIMCORE_USER }
```

0 comments on commit aa6199b

Please sign in to comment.