diff --git a/roles/distgit/pagure/templates/pagure.cfg b/roles/distgit/pagure/templates/pagure.cfg index cc3d96b4bc..5facfb09be 100644 --- a/roles/distgit/pagure/templates/pagure.cfg +++ b/roles/distgit/pagure/templates/pagure.cfg @@ -233,6 +233,7 @@ ACLS = { 'commit_flag': 'Flag a commit', "update_watch_status": "Update the watch status on a project", "tag_project": "Allows adding git tags to a project", + "commit": "Commit to a git repository via http(s)", } REQUIRED_GROUPS = { @@ -263,6 +264,7 @@ USER_ACLS = [ 'pull_request_merge', 'modify_project', 'update_watch_status', + 'commit', ] CROSS_PROJECT_ACLS = [ @@ -273,6 +275,7 @@ CROSS_PROJECT_ACLS = [ 'pull_request_merge', 'pull_request_flag', 'update_watch_status', + 'commit', ] ADMIN_API_ACLS = [