Skip to content

Commit

Permalink
change: move licenses permission to specific section
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoposte authored Feb 13, 2025
1 parent 27ceed6 commit 280693b
Showing 1 changed file with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,6 @@ The following table describes the manageable privileges at Console root level th
| Edit any Project | `console.root.project.details.update` |
| Delete any Project | `console.root.project delete` |
| View all Console resources | `console.root.view` |
| View all License | `console.root.licenses.view` |
| Edit any License | `console.root.licenses.manage` |
| Manage identity roles, Groups and Bindings | `console.root.user.bind` |
| Create and delete any user | `console.root.user.manage` |
| View all companies, projects and user roles information | `console.root.all.view` |
Expand All @@ -137,6 +135,16 @@ The following table describes the manageable privileges at Console root level th
| Manage available features | `console.root.features.manage` |
| Manage all Marketplace resources | `marketplace.root.manage` |

#### Permissions to be assigned manually

The following permissions must be assigned manually:

| Capabilities | Permissions key |
|-------------------------------------------------|---------------------------------------|
| View all License | `console.root.licenses.view` |
| Edit any License | `console.root.licenses.manage` |


### Role binding example

Suppose you have a feature team composed by: 1 _Project Manager_ and 1 _Technical Leader_, 1 _Senior Developer_ and 2 _Junior Developers_ and 2 _Designers_.
Expand Down

0 comments on commit 280693b

Please sign in to comment.