From 6f327d5b417bbe50509a1f089f6cc2a372b7bc32 Mon Sep 17 00:00:00 2001 From: shreddedbacon Date: Tue, 25 Jun 2024 08:55:17 +1000 Subject: [PATCH] docs: add important note about change to owner permission for group in an organization --- docs/interacting/rbac.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/interacting/rbac.md b/docs/interacting/rbac.md index 1b0ab8444f..31e77418fc 100644 --- a/docs/interacting/rbac.md +++ b/docs/interacting/rbac.md @@ -37,6 +37,9 @@ The organization view has access to view the projects, group and user access, an The owner role can do everything within a group and its associated projects. They can add and manage users of a group. Be careful with this role, as it can delete projects and production environments! +!!! Danger "IMPORTANT" + If a user has this role in a group that is within the scope of an organization, this role's ability to manage that group's users is removed. Only organization owners or admins can manage groups and their users. + #### Maintainer The maintainer role can do everything within a group and its associated projects except deleting the project itself or the production environment. They can add and manage users of a group.