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

docs: skip CR also works in the UI (#3518)

This commit is contained in:
Mateusz Kwasniewski 2023-04-26 08:49:34 +02:00 committed by GitHub
parent 8df65d2d39
commit 7eda493e8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -80,8 +80,8 @@ There is no permission to create change requests: **Anyone can create change req
### Circumventing change requests
The **skip change requests** permission allows users to bypass the change request flow when calling the API directly. Users with this permission can change feature toggles directly (they are of course still limited by any other permissions they have). This permission does **not** allow users to bypass the change request flow in the admin UI.
The **skip change requests** permission allows users to bypass the change request flow. Users with this permission can change feature toggles directly (they are of course still limited by any other permissions they have).
The skip change requests permission was designed specifically to allow automation of Unleash. Specifically, we wanted to make it possible to quickly and automatically turn something off in the event that a feature release didn't go as expected or was causing issues.
The skip change requests permission was designed to make it possible to quickly turn something off in the event that a feature release didn't go as expected or was causing issues.
The skip change requests permission does **not** grant any other permissions, so to be allowed to do things as enabling/disabling a toggle, the user will still need the explicit permissions to do that too.

View File

@ -33,7 +33,7 @@ Additionally, these global configuration items are exported:
* [custom context fields](../unleash-context.md#custom-context-fields)
* [feature tag types](../tags.md#tag-types)
Importantly, while references to [segments](../segments.mdx)) are exported, the segments themselves are **not** exported. Consult the [import rejection](#import-rejection) section for more information.
Importantly, while references to [segments](../segments.mdx) are exported, the segments themselves are **not** exported. Consult the [import rejection](#import-rejection) section for more information.
## Export