Fix owner policy on invitations
Signed-off-by: Émile Ré <nemile.re@gmail.com>
This commit is contained in:
@@ -132,6 +132,7 @@ var IAMOwnerPolicy = policy.NewPolicy(
|
||||
policy.Allow(
|
||||
ActionInvitationCreate,
|
||||
ActionInvitationGet,
|
||||
ActionInvitationList,
|
||||
ActionInvitationDelete,
|
||||
).
|
||||
WithSID("manage-invitations").
|
||||
|
||||
Reference in New Issue
Block a user