Resolved. It looks like radosgw-admin returns keys with escape characters. In my case, the secret key was
pARGxDCQ+D3fS+s6EQjeCGWLnEhMWdbncXeB\/hQu
and all I needed to do is to remove the backslash. Since I was using Python, forward slash is not escaped and the back slash became part of the string.
Where can I find the rules for escape chars in keys?
Thanks
On 24 June 2015 at 22:45, INKozin <i.n.kozin@xxxxxxxxxxxxxx> wrote:
Hello Ceph users,I've been playing with Ceph using Ceph-Docker. It's a very nice project to get started using Ceph. However I hit a problem getting S3 and Swift access via RGW. The problem is described hereEverything (mon, osd, mds and rgw) runs in the same container.You can get an idea how things are setup by inspecting the entrypoint scriptThe container does not run apache so the access goes through civetweb port 80.Is this a problem?The container exposes the following ports6789 6800 6801 6802 6803 6804 6805 80More hereIt's not just bucket creation which fails but listing buckets does not work too and so I guess authentication is broken. Perhaps I'm missing something simple.Any help debugging and troubleshooting this will be much appreciated. ThanksIgor
_______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com