unleash icon indicating copy to clipboard operation
unleash copied to clipboard

🔥 feat: Grouping Users

Open ivarconr opened this issue 3 years ago • 0 comments

Describe the feature request

As a sysadmin of a large company I want to assign permission to group instead of individual users to simplify admin of Unleash.

Background

Make it possible to group users into groups and assign permissions to groups instead of individual users. All users in the group inherit permissions from the group, in addition to individual permissions.

Need to consider:

  • A group needs to have a "root-role"
  • It should be possible to add a group to a project and assign a "project role"
  • When a user belongs to multiple groups:
    • access will be "OR-ed"
    • also "OR-ed" with individual user permissions

What we should avoid (for now):

  • Hierarchies

Solution suggestions

No response

ivarconr avatar Aug 02 '22 08:08 ivarconr

introduced in Unleash Enterprise v4.14.4.

ivarconr avatar Aug 23 '22 07:08 ivarconr