diff --git a/galaxy_ng/app/access_control/statements/roles.py b/galaxy_ng/app/access_control/statements/roles.py index 42c794e41b..a999eca0e8 100644 --- a/galaxy_ng/app/access_control/statements/roles.py +++ b/galaxy_ng/app/access_control/statements/roles.py @@ -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": [] + }, }