Skip to content

Commit

Permalink
Merge pull request #30 from codebymikey/patch-1
Browse files Browse the repository at this point in the history
Provide integration with Gitlab/Github/Bitbucket API update hooks
  • Loading branch information
vtsykun authored Sep 30, 2020
2 parents 630b9f2 + f8d55ba commit 1f38dea
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 1f38dea

Please sign in to comment.