diff --git a/docs/security/groups.md b/docs/security/groups.md new file mode 100644 index 00000000..0afc0436 --- /dev/null +++ b/docs/security/groups.md @@ -0,0 +1,29 @@ +# User Groups + +Instead of managing users (changing their roles and adding them to individual projects) one by one, you can use user groups. This feature simplifies user management, enhances access control, and streamlines the assignment of roles and permissions across your projects. With User Groups, you can efficiently organize users into groups, assign roles to these groups, and manage access to your projects at the group level. Here's how it works: + +### Creating a User Group + + +### Adding Users to a User Group + + +### Removing Users from a User Group + + +### Assigning Roles to a User Group + diff --git a/mkdocs.yml b/mkdocs.yml index a6c4be3e..53d3e2c0 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -230,6 +230,7 @@ nav: - RBAC overview: security/rbac-authorization.md - Default roles: security/default-roles.md - Repository-to-role mappings: security/repository-to-role-mappings.md + - User Groups: security/groups.md - Score: - Insights: score/project-insights.md - Custom dashboards: score/custom-dashboards.md