Skip to content

Instantly share code, notes, and snippets.

@mgarces
Created August 15, 2014 12:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mgarces/491196411cb209574b3c to your computer and use it in GitHub Desktop.
Save mgarces/491196411cb209574b3c to your computer and use it in GitHub Desktop.
g --list
[ceph@GATEWAY ~]$ radosgw-admin user info --uid=johndoe
{ "user_id": "johndoe",
"display_name": "John Doe",
"email": "john@example.com",
"suspended": 0,
"max_buckets": 1000,
"auid": 0,
"subusers": [
{ "id": "johndoe:swift",
"permissions": "full-control"}],
"keys": [
{ "user": "johndoe",
"access_key": "2414QPE0H5SSSPPLBMFB",
"secret_key": "7QKAVOwDrD8yA2gg6k4yUSv8DqYItL+j4C3NyS+j"},
{ "user": "johndoe:swift",
"access_key": "ZWDMTGGOHTN64JVTELNC",
"secret_key": ""}],
"swift_keys": [
{ "user": "johndoe:swift",
"secret_key": "Rzi9mO459+MT5v68DA3uZcc0i9Bd6t1R1h4wq3M6"}],
"caps": [],
"op_mask": "read, write, delete",
"default_placement": "",
"placement_tags": [],
"bucket_quota": { "enabled": false,
"max_size_kb": -1,
"max_objects": -1},
"user_quota": { "enabled": false,
"max_size_kb": -1,
"max_objects": -1},
"temp_url_keys": []}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment