[ceph-users] how to use the admin api (get user info)

2013-09-21 Thread
hi, I follow the admin api document http://ceph.com/docs/master/radosgw/adminops/#get-user-info, when i get user info , it rentue 403 {'Code':'AccessDenied'} the log is : compare=0 GET /admin/user:get_user_info:reading permissions GET /admin/user:get_user_info:reading the cors attr Going to

[ceph-users] how to use the admin api (get user info)

2013-09-17 Thread
hi i follow the admin api document http://ceph.com/docs/master/radosgw/adminops/ , when i get user info , it rentue 405 not allowed my commond is curl -XGET http://kp/admin/user?format=json -d'{"uid":"user1"}' -H'Authoeization:AWS **:**' -H'Date:**' -i -v the reasult is 405 M