Skip to content

Commit

Permalink
chore(docs): add note to roles docs that they are still in active dev…
Browse files Browse the repository at this point in the history
…elopment. (#3150)
  • Loading branch information
matthewelwell authored Dec 13, 2023
1 parent ffbd2d4 commit 54de428
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/docs/system-administration/rbac.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ that group, but not the permissions the group has on other entities.

### Roles

:::info

Roles are still in active development and are not yet publicly available.

:::

A _Role_ is an entity to which you can attach a set of permissions. Permissions can allow privileges at Organization,
Project, and Environment levels. You can assign a role, along with its associated permissions, to a User or Group. You
will also be able to assign API keys to a Role in future versions.
Expand All @@ -52,8 +58,6 @@ Once the role is created you can assign the corresponding permissions.
- Go to the Projects tab.
- Select a Project and enable the relevant permissions.

![RoleListProject](/img/roles/role-project-permissions.png)

### Assign Role to Users or Groups

After creating the Role, you can assign it to Users or Groups.
Expand All @@ -65,10 +69,6 @@ After creating the Role, you can assign it to Users or Groups.
- Select the Users tab.
- Click assign role to user button and select a user.

**List of assigned users:**

![RoleListUsers](/img/roles/role-user-assigned-list.png)

## Permissions

Permissions can be assigned at 3 levels: Organisation, Project, and Environment.
Expand Down

3 comments on commit 54de428

@vercel
Copy link

@vercel vercel bot commented on 54de428 Dec 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 54de428 Dec 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 54de428 Dec 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./docs

docs.flagsmith.com
docs.bullet-train.io
docs-flagsmith.vercel.app
docs-git-main-flagsmith.vercel.app

Please sign in to comment.