Hi --
I'm trying to remove a subuser but it's not removing the S3 keys when I
pass in --purge-keys.
First I create a sub-user:
$ radosgw-admin subuser create --uid=smason --subuser='smason:test' \
--access=full --key-type=s3 --gen-secret
"subusers": [
{ "id": "smason:test",
"permissions": "full-control"}],
"keys": [
{ "user": "smason",
"access_key": "B8D062SWPB560CBA3HHX",
"secret_key": "<snip>"},
{ "user": "smason:test",
"access_key": "ERKTY5JJ1H2IXE9T5TY3",
"secret_key": "<snip>"}],
Then I try to remove the user and the keys:
$ radosgw-admin subuser rm --subuser='smason:test' --purge-keys
"subusers": [],
"keys": [
{ "user": "smason",
"access_key": "B8D062SWPB560CBA3HHX",
"secret_key": "<snip>"},
{ "user": "smason:test",
"access_key": "ERKTY5JJ1H2IXE9T5TY3",
"secret_key": "<snip>"}],
I'm running ceph version 0.80.5
(38b73c67d375a2552d8ed67843c8a65c2c0feba6). FWIW, I've observed the same
behavior when I use the admin ops REST API.
Let me know if I can provide any more information.
Thanks in advance,
_______________________________________________
ceph-users mailing list
[email protected]
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com