Skip to content

Commit

Permalink
docs: add new cpr permissions, update existing ones
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheartman committed Jan 14, 2022
1 parent 211de55 commit 308f5ab
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions website/docs/user_guide/rbac.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,23 +71,31 @@ You can assign the following project permissions. The permissions will be valid

- **delete feature toggles within the project**

Lets the user delete feature toggles within the project.
Lets the user archive feature toggles within the project.

- **change feature toggle project**

Lets the user move toggles to other projects they have access to.

- **create/edit variants**

Lets the user create and edit variants within the project.

### Environment permissions

You can assign the following permissions on a per-environment level within the project:

- **create feature strategies**
- **create activation strategies**

Lets the user assign feature toggle strategies within the environment.
Lets the user assign feature toggle activation strategies within the environment.

- **update feature strategies**
- **update activation strategies**

Lets the user update feature toggle strategies within the environment.
Lets the user update feature toggle activation strategies within the environment.

- **delete feature strategies**
- **delete activation strategies**

Lets the user delete feature toggle strategies within the environment.
Lets the user delete feature toggle activation strategies within the environment.

- **enable/disable toggles**

Expand Down

0 comments on commit 308f5ab

Please sign in to comment.