Creating group-specific scopes for roles

Hello, I am trying to create “group admins” for specific groups. i.e. testgroup has the testgroup_admin role which grants the members admin permissions only for testgroup (such as managing the users etc.). However, at the same time i don’t want those group admins to see the other groups from the JH database. Are there any scopes which would fulfill this task? If not, is it possible to create flexible scopes that only grant permissions for a single group? Many thanks in advance!

I think this example covers your requirements:
https://jupyterhub.readthedocs.io/en/stable/rbac/use-cases.html#group-admin-roles

1 Like