Project

General

Profile

Actions

Bug #1241

closed

rgw denies owner access to bucket when acl is empty

Added by Steven Berler almost 13 years ago. Updated over 6 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
-
Target version:
-
% Done:

0%

Source:
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

Currently the test_bucket_acl_revoke_all() test creates a bucket that you can't delete on the rgw (until you change the ACL back, it shows AccessDenied when you try to delete or list contents).

Steps to reproduce:

policy = bucket.get_acl()
policy.acl.grants = []
bucket.set_acl(policy)
Then try to delete or list bucket contents.

Desired behavior:
Allow the owner to access the bucket (even if they're not in the ACL)

Actions

Also available in: Atom PDF