Re: [ceph-users] Ceph cluster access using s3 api with curl

2013-10-17 Thread Matt Thompson
Hi Tim, Try the following: curl -D - -H "X-Auth-User: rados:swift" -H "X-Auth-Key: 123" http://10.113.193.189/auth You should then see X-Storage-Url, X-Storage-Token, and X-Auth-Token in the returned headers. Regards, Matt On Wed, Oct 16, 2013 at 10:05 PM, Snider, Tim wrote: > Rookie questi

[ceph-users] Ceph cluster access using s3 api with curl

2013-10-16 Thread Snider, Tim
Rookie question: What's the curl command / URL / steps to get an authentication token from the cluster without using the swift debug command first. Using the swift_key values should work but I haven't found the right combination /url. Here's what I've done: 1: Get user info from ceph cluster: