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 committed May 28, 2024
1 parent ea21cdb commit ba9477f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions changelog/unreleased/extend-service-account-permissions-2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Enhancement: Extend service account permissions

Adds AddGrant permisson

https://github.com/cs3org/reva/pull/4701
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 ba9477f

Please sign in to comment.