Skip to content

Commit

Permalink
Add 15.5: Adding Authorization Access Control Rules
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Sep 14, 2021
1 parent 45a7c51 commit fac39c1
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 @@ -35,5 +35,5 @@ security:
# Easy way to control access for large sections of your site
# Note: Only the *first* access control that matches will be used
access_control:
# - { path: ^/admin, roles: ROLE_ADMIN }
- { path: ^/admin, roles: ROLE_ADMIN }
# - { path: ^/profile, roles: ROLE_USER }

0 comments on commit fac39c1

Please sign in to comment.