Skip to content

Commit

Permalink
Update security.yml
Browse files Browse the repository at this point in the history
Provide integration with Gitlab API update hooks. 

see https://github.com/vtsykun/packeton#gitlab-service
  • Loading branch information
codebymikey authored Sep 29, 2020
1 parent ba2266a commit f8d55ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/config/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ security:
- { path: (^(/change-password|/profile/|/search|/logout|/packages/|/versions/))+, role: ROLE_USER }
- { path: (^(/packages.json$|/p/|/zipball/|/downloads/))+, role: ROLE_USER }
- { path: (^(/api/webhook-invoke/))+, role: ROLE_USER }
- { path: (^(/api/(create-package|update-package|github|bitbucket)))$, role: ROLE_MAINTAINER }
- { path: ^/$, role: ROLE_USER }

# Maintainers
Expand Down

0 comments on commit f8d55ba

Please sign in to comment.