Skip to content

Commit

Permalink
feat: give service account permission to assign initial space members
Browse files Browse the repository at this point in the history
  • Loading branch information
dschmidt authored May 19, 2024
1 parent 348c76a commit 0962789
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/storage/utils/decomposedfs/node/permissions.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ func ServiceAccountPermissions() provider.ResourcePermissions {
RestoreRecycleItem: true, // for cli restore command
Delete: true, // for cli restore command with replace option
CreateContainer: true, // for space provisioning
AddGrant: true, // for initial project space member assignment
}
}

Expand Down

0 comments on commit 0962789

Please sign in to comment.