#2298 Add group_modify into ACLS dist
Merged 23 days ago by zlopez. Opened 23 days ago by lenkaseg.
fedora-infra/ lenkaseg/ansible add_group_modify  into  main

@@ -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. The group_modify ACL was missing in the pagure database and adding it into this dict + running pagure-admin update-acls in pkgs01 should solve the problem.

Signed-off-by: Lenka Segura lsegura@redhat.com

Pull-Request has been merged by zlopez

23 days ago

Merged and deployed with:

ansible-playbook /srv/web/infra/ansible/playbooks/groups/pkgs.yml -t config
Metadata