Skip to content

Commit

Permalink
Add the role.
Browse files Browse the repository at this point in the history
No-Issue

Signed-off-by: James Tanner <[email protected]>
  • Loading branch information
jctanner committed Jun 10, 2024
1 parent 3888a48 commit 9dd563c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions galaxy_ng/app/access_control/statements/roles.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,26 @@
},
"inherit_from": [],
},
# View anything but not add/edit/delete.
"galaxy.auditor": {
"permissions": {
"ansible.view_ansiblerepository",
"ansible.view_collection",
"ansible.view_collectionremote",
"auth.view_group",
"container.namespace_view_containerdistribution",
"container.view_containernamespace",
"container.view_containerrepository",
"core.view_group",
"core.view_task",
"galaxy.view_containernamespace",
"galaxy.view_containerregistryremote",
"galaxy.view_group",
"galaxy.view_namespace",
"galaxy.view_user",
},
"inherit_from": []
},
}


Expand Down

0 comments on commit 9dd563c

Please sign in to comment.