Skip to content

Commit

Permalink
Merge pull request #136 from appuio/enable-create-invitations
Browse files Browse the repository at this point in the history
Enable users to create invitations
  • Loading branch information
bastjan authored Mar 29, 2023
2 parents 26c4f8a + 026a8fa commit 69ba0d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/user-rbac/basic-user-role.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ rules:
- apiGroups: ["user.appuio.io"]
resources: ["invitations"]
verbs: ["get", "watch", "list"]
- apiGroups: ["rbac.appuio.io", "user.appuio.io"]
resources: ["invitations"]
verbs: ["create"]
# Allow redeeming invitations
- apiGroups: ["user.appuio.io"]
resources: ["invitationredeemrequests"]
Expand Down

0 comments on commit 69ba0d4

Please sign in to comment.