Skip to content

Commit

Permalink
docs: explain what the project and env permissions mean for CPR
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheartman committed Jan 6, 2022
1 parent ccc46ab commit 72fc329
Showing 1 changed file with 34 additions and 9 deletions.
43 changes: 34 additions & 9 deletions website/docs/user_guide/rbac.md
Expand Up @@ -53,17 +53,42 @@ Each custom project role consists of:

You can assign the following project permissions. The permissions will be valid across all of the project's environments.

- update the project
- delete the project
- create feature toggles within the project
- update feature toggles within the project
- delete feature toggles within the project
- **update the project**

Lets the user update project settings, such as enabling/disabling environments, add users, etc.

- **delete the project**

Lets the user delete the project.

- **create feature toggles within the project**

Lets the user create feature toggles within the project. Note that they **can not assign strategies** to toggles without having the _create feature toggle_ permission for the corresponding environment.

- **update feature toggles within the project**

Lets the user update feature toggle descriptions, variants, settings, etc. within the project.

- **delete feature toggles within the project**

Lets the user delete feature toggles within the project.

### Environment permissions

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

- create feature strategies
- update feature strategies
- delete feature strategies
- enable/disable toggles
- **create feature strategies**

Lets the user assign feature toggle strategies within the environment.

- **update feature strategies**

Lets the user update feature toggle strategies within the environment.

- **delete feature strategies**

Lets the user delete feature toggle strategies within the environment.

- **enable/disable toggles**

Lets the user enable and disable toggles within the environment.

0 comments on commit 72fc329

Please sign in to comment.