Project

General

Profile

Actions

Bug #41375

closed

rgw: A new user is created automatically when creating a bucket

Added by Volker Theile over 4 years ago. Updated over 4 years ago.

Status:
Resolved
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

When i create a new bucket using the Dashboard a new user <OWNER>.buckets is created.

To reproduce this in vstart simply go to the 'Object Gateway | Buckets' menu and press 'Create'. Enter the following:

Name: test
Owner: dev
Placement target: Leave default selection

Press 'Create Bucket'. The bucket is created and a new user called 'dev.buckets'. IMO this is a bug because the user can not be queried.

# radosgw-admin bucket list                                                                                         
[
    "test" 
]

# radosgw-admin metadata list user
[
    "56789abcdef0123456789abcdef0123456789abcdef0123456789abcdef01234",
    "testx$9876543210abcdef0123456789abcdef0123456789abcdef0123456789abcdef",
    "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef",
    "dev.buckets",
    "test",
    "testid",
    "dev" 
]

# radosgw-admin user info --uid="dev.buckets" 
2019-08-21T15:21:49.372+0000 7f94a9ad78c0  0 ERROR: failed to decode user info, caught buffer::error
could not fetch user info: no user info saved
Actions #1

Updated by Matt Benjamin over 4 years ago

sounds like dashboard only?

Actions #2

Updated by Matt Benjamin over 4 years ago

  • Status changed from New to Triaged
Actions #3

Updated by Matt Benjamin over 4 years ago

  • Status changed from Triaged to Resolved
Actions

Also available in: Atom PDF