Skip to content

Commit

Permalink
Update how-to-create-and-assign-custom-project-roles.md (#5060)
Browse files Browse the repository at this point in the history
Separate videos - put them with the same written content
  • Loading branch information
dgorton authored Oct 17, 2023
1 parent 163545d commit 34038ca
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 34038ca

Please sign in to comment.