A user can only be in one group
A group can have permissions on multiple safes
If a user is an admin they can do user related functions like create users, groups, assign permissions
But a user has to have an entry in the permissions table that maps the group to the safe, in order to perform CRUD operations on any secrets in that safe
What does a group being an admin give them? All users in that group can do user related function
A user can only be in one group
A group can have permissions on multiple safes
If a user is an admin they can do user related functions like create users, groups, assign permissions
But a user has to have an entry in the permissions table that maps the group to the safe, in order to perform CRUD operations on any secrets in that safe
What does a group being an admin give them? All users in that group can do user related function
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
A user can only be in one group
A group can have permissions on multiple safes
If a user is an admin they can do user related functions like create users, groups, assign permissions
But a user has to have an entry in the permissions table that maps the group to the safe, in order to perform CRUD operations on any secrets in that safe
What does a group being an admin give them? All users in that group can do user related function