forked from ceph/ceph
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a configurable to allow bucket perms to be checked before key perms
through rgw_defer_to_bucket_acls config option. This configurable defaults to an empty string. Option values include: - recurse: If requesting perm PERM on a key, allow if user has PERM on the bucket to which the key belongs. - full_control: If requesting perm PERM on a key, allow if user has FULL_CONTROL on the bucket to which the key belongs. This allows users to give someone full bucket perms and be able to operate on the keys in the bucket without modifying the perms of every key in the bucket. This breaks S3 compatability, but that's why it's a configurable! Signed-off-by: Liam Monahan <[email protected]>
- Loading branch information
1 parent
1bdc3f7
commit 1d7c204
Showing
4 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters