Skip to content

Commit

Permalink
Add Groups RBAC (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
spjmurray authored Mar 27, 2024
1 parent 89e805a commit f018775
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/core/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A Helm chart for deploying Unikorn Core

type: application

version: v0.1.18
appVersion: v0.1.18
version: v0.1.19
appVersion: v0.1.19

icon: https://assets.unikorn-cloud.org/images/logos/dark-on-light/icon.svg
6 changes: 6 additions & 0 deletions pkg/authorization/roles/roles.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,12 @@ func New() *RoleManager {
Read,
Update,
},
"groups": Permissions{
Create,
Read,
Update,
Delete,
},
"oauth2provider:public": Permissions{
Read,
},
Expand Down

0 comments on commit f018775

Please sign in to comment.