1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-09 00:18:00 +01:00

docs: add new cpr permissions, update existing ones

This commit is contained in:
Thomas Heartman 2022-01-14 08:23:17 +01:00
parent 211de55bb7
commit 308f5ab4d3

View File

@ -71,23 +71,31 @@ You can assign the following project permissions. The permissions will be valid
- **delete feature toggles within the project** - **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 ### Environment permissions
You can assign the following permissions on a per-environment level within the project: 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** - **enable/disable toggles**