1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-03-14 00:15:52 +01:00

Update how-to-create-and-assign-custom-project-roles.md (#5060)

Separate videos - put them with the same written content
This commit is contained in:
Drew Gorton 2023-10-17 09:05:06 -05:00 committed by GitHub
parent 163545de8c
commit 34038ca1de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ Custom project roles were introduced in **Unleash 4.6** and are only available i
This guide takes you through [how to create](#creating-custom-project-roles "how to create custom project roles") and [assign](#assigning-custom-project-roles "how to assign custom project roles") [custom project roles](../reference/rbac.md#custom-project-roles). Custom project roles allow you to fine-tune access rights and permissions within your projects.
<VideoContent videoUrls={["https://www.youtube.com/embed/2BlckVMHxgE" , "https://www.youtube.com/embed/IqaD8iGxkwk"]}/>
<VideoContent videoUrls={["https://www.youtube.com/embed/2BlckVMHxgE"]}/>
## Creating custom project roles
@ -28,6 +28,8 @@ It takes about three steps to create custom project roles:
4. Give the role a name, an optional description, and the set of permissions you'd like it to have. For a full overview of all the options, consult the [custom project roles reference documentation](../reference/rbac.md#custom-project-roles).
![The project role creation form filled in with details for a "developer" role. To the left is the equivalent cURL command you could run if you wanted to use the API instead of the form.](/img/create-cpr-step-4.png)
<VideoContent videoUrls={["https://www.youtube.com/embed/IqaD8iGxkwk"]}/>
## Assigning custom project roles
:::info Multiple project roles