Re: [ceph-users] Creating RGW S3 User using the Admin Ops API

2014-11-17 Thread Yehuda Sadeh
On Sun, Nov 16, 2014 at 10:50 PM, Wido den Hollander wrote: > On 17-11-14 07:44, Lei Dong wrote: >> I think you should send the data (uid & display-name) as arguments. I >> successfully create user via adminOps without any problems. >> > > To be clear: > > PUT /admin/user?format=json&uid=XXX&displ

Re: [ceph-users] Creating RGW S3 User using the Admin Ops API

2014-11-16 Thread Lei Dong
I tried this at firefly not dumpling. Sorry for the confusion. ThanksLeidong On Monday, November 17, 2014 2:52 PM, Wido den Hollander wrote: On 17-11-14 07:44, Lei Dong wrote: > I think you should send the data (uid & display-name) as arguments. I > successfully create user via adm

Re: [ceph-users] Creating RGW S3 User using the Admin Ops API

2014-11-16 Thread Wido den Hollander
On 17-11-14 07:44, Lei Dong wrote: > I think you should send the data (uid & display-name) as arguments. I > successfully create user via adminOps without any problems. > To be clear: PUT /admin/user?format=json&uid=XXX&display-name= Did you try this with Dumpling (0.67.X) as well? Wido >

Re: [ceph-users] Creating RGW S3 User using the Admin Ops API

2014-11-16 Thread Lei Dong
I think you should send the data (uid & display-name) as arguments. I successfully create user via adminOps without any problems. ThanksLeidong On Monday, November 17, 2014 2:39 PM, Wido den Hollander wrote: On 16-11-14 07:05, Yehuda Sadeh wrote: > On Sat, Nov 15, 2014 at 6:20 AM, W

Re: [ceph-users] Creating RGW S3 User using the Admin Ops API

2014-11-16 Thread Wido den Hollander
On 16-11-14 07:05, Yehuda Sadeh wrote: > On Sat, Nov 15, 2014 at 6:20 AM, Wido den Hollander wrote: >> Hi, >> >> I'm having trouble with creating a new user using the Admin Ops API and >> I'm not sure where the problem lies. >> >> I'm using: http://eu.ceph.com/docs/master/radosgw/adminops/#create-

Re: [ceph-users] Creating RGW S3 User using the Admin Ops API

2014-11-15 Thread Yehuda Sadeh
On Sat, Nov 15, 2014 at 6:20 AM, Wido den Hollander wrote: > Hi, > > I'm having trouble with creating a new user using the Admin Ops API and > I'm not sure where the problem lies. > > I'm using: http://eu.ceph.com/docs/master/radosgw/adminops/#create-user > > Using pycurl I send the requesting usi

[ceph-users] Creating RGW S3 User using the Admin Ops API

2014-11-15 Thread Wido den Hollander
Hi, I'm having trouble with creating a new user using the Admin Ops API and I'm not sure where the problem lies. I'm using: http://eu.ceph.com/docs/master/radosgw/adminops/#create-user Using pycurl I send the requesting using PUT and sending the JSON data, but I always get a 403: AccessDenied L