Skip to content

Commit

Permalink
Add Groups RBAC
Browse files Browse the repository at this point in the history
  • Loading branch information
spjmurray committed Mar 27, 2024
1 parent 9809ff5 commit a8498c2
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,
},

Check warning on line 113 in pkg/authorization/roles/roles.go

View check run for this annotation

Codecov / codecov/patch

pkg/authorization/roles/roles.go#L108-L113

Added lines #L108 - L113 were not covered by tests
"oauth2provider:public": Permissions{
Read,
},
Expand Down

0 comments on commit a8498c2

Please sign in to comment.