| |
@@ -247,6 +247,7 @@
|
| |
'commit_flag': 'Flag a commit',
|
| |
"update_watch_status": "Update the watch status on a project",
|
| |
"tag_project": "Allows adding git tags to a project",
|
| |
+ "group_modify": "Allows removing/adding users in groups",
|
| |
}
|
| |
|
| |
REQUIRED_GROUPS = {
|
| |
When creating Distgit API token with
group_modify
ACL, the token was created without this ACL. Thegroup_modify
ACL was missing in the pagure database and adding it into this dict + runningpagure-admin update-acls
in pkgs01 should solve the problem.Signed-off-by: Lenka Segura lsegura@redhat.com