Re: [ceph-users] Error create subuser

2015-07-01 Thread Jimmy Goffaux
Yes it also works ... It's more that I do not expect to have an element johndoe:swift in "keys" Thank you for providing answers. On Wed, 01 Jul 2015 15:28:15 +0200, Mikaël Guichard wrote: It's not really a problem, swift johndoe user works if he has a record in swift_keys. The s3 secret key o

Re: [ceph-users] Error create subuser

2015-07-01 Thread Mikaël Guichard
It's not really a problem, swift johndoe user works if he has a record in swift_keys. The s3 secret key of johndoe user is here : "keys": [ { "user": "johndoe", "access_key": "91KC4JI5BRO39A22JY9I", "secret_key": "Z5kLaBtg870xBhYtb4RKY82qGsbiqRpGs\/KQUXKF"}, I tested

Re: [ceph-users] Error create subuser

2015-07-01 Thread Jimmy Goffaux
hi, Thank you for your return but, I just regenerate the user completely and I confirm that I have a problem :( radosgw-admin user create --uid=johndoe --display-name="John Doe" --email=m...@email.com "subusers": [], "keys": [ { "user": "johndoe", "access_key": "91KC4

Re: [ceph-users] Error create subuser

2015-07-01 Thread Mikaël Guichard
Hi, I think it's because secret key for swift subuser is not generated : radosgw-admin key create --subuser=johndoe:swift --key-type=swift --gen-secret Mikaël Le 01/07/2015 14:50, Jimmy Goffaux a écrit : radosgw-agent=> 1.2.1trust Ubuntu 14.04 English version : Hello, According to t

[ceph-users] Error create subuser

2015-07-01 Thread Jimmy Goffaux
radosgw-agent=> 1.2.1trust Ubuntu 14.04 English version : Hello, According to the documentation here: http://ceph.com/docs/master/radosgw/admin/ I followed to the letter the documentation and the result is totally different: root@ih-prd-rgw01:~# radosgw-admin user create --uid=johndoe