[distgit] Enable commit ACLs for admin tokens #2609
1 changed files with 2 additions and 0 deletions
|
@ -243,6 +243,7 @@ PRIVATE_PROJECTS = False
|
|||
PR_TARGET_MATCHING_BRANCH = True
|
||||
|
||||
ACLS = {
|
||||
"commit": "Commit to a git repository via http(s)",
|
||||
'create_branch': 'Create a git branch on a project',
|
||||
'create_project': 'Create a new project',
|
||||
'fork_project': 'Fork a project',
|
||||
|
@ -312,6 +313,7 @@ ADMIN_API_ACLS = [
|
|||
'pull_request_flag',
|
||||
'pull_request_comment',
|
||||
'pull_request_merge',
|
||||
'commit',
|
||||
'create_project',
|
||||
'group_modify',
|
||||
'modify_project',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue