Skip to content

Commit

Permalink
Add Quotas Endpoint to RBAC (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
spjmurray authored Aug 28, 2024
1 parent f641e1f commit 5b256e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/identity/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: A Helm chart for deploying Unikorn's IdP

type: application

version: v0.2.33
appVersion: v0.2.33
version: v0.2.34
appVersion: v0.2.34

icon: https://raw.githubusercontent.com/unikorn-cloud/assets/main/images/logos/dark-on-light/icon.png

Expand Down
1 change: 1 addition & 0 deletions charts/identity/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ roles:
regions: [read]
identities: [read,delete]
physicalnetworks: [read,delete]
quotas: [read,update]
# An administrator can do anything within an organization.
adminstrator:
description: Organization administrator
Expand Down

0 comments on commit 5b256e0

Please sign in to comment.