[ceph-users] Authentication issue on Rados Gateway without FastCGI .. Please help me.

2014-04-23 Thread Srinivasa Rao Ragolu
Hi All, I could able to create a cluster with 1 monitor node and 2 OSD nodes on our proprietary distribution. Ceph health is Ok and active. root@mon:/etc/ceph# * ceph -s cluster a7f64266-0894-4f1e-a635-d0aeaca0e993 health HEALTH_OK monmap e1: 1 mons at {mon=192.168.0.102:6789/0

Re: [ceph-users] Authentication issue on Rados Gateway without FastCGI .. Please help me.

2014-04-23 Thread Peter
i had a similar issue with authentication over S3 with fastcgi. It was due to slashes (\ /) in secret key. I see that your secret key has slashes. perhaps generate a new gateway user specifying keys using: --access-key= and --secret= On 04/23/2014 02:30 PM, Srinivasa Rao Ragolu wrote: Hi A

Re: [ceph-users] Authentication issue on Rados Gateway without FastCGI .. Please help me.

2014-04-23 Thread Srinivasa Rao Ragolu
even after creating new secret key, I am facing the issue. Could you please let me know are there any other mistakes? Thanks, Srinivas. On Wed, Apr 23, 2014 at 7:03 PM, Peter wrote: > i had a similar issue with authentication over S3 with fastcgi. It was > due to slashes (\ /) in secret key.

Re: [ceph-users] Authentication issue on Rados Gateway without FastCGI .. Please help me.

2014-04-23 Thread Srinivasa Rao Ragolu
My Swift command line outputs are like below root@mon:/etc/ceph# *radosgw-admin user info --uid=srinivas* { "user_id": "srinivas", "display_name": "srinivas", "email": "j...@example.com", "suspended": 0, "max_buckets": 1000, "auid": 0, "subusers": [ { "id": "srinivas:swift",

Re: [ceph-users] Authentication issue on Rados Gateway without FastCGI .. Please help me.

2014-04-23 Thread Peter
Perhaps the endpoint isnt configured correctly. Try adding some of these settings under your gateway config in ceph.conf: http://ceph.com/docs/master/radosgw/config-ref/#swift-settings or rgw dns name = On 04/23/2014 02:57 PM, Srinivasa Rao Ragolu wrote: My Swift command line outputs are li

Re: [ceph-users] Authentication issue on Rados Gateway without FastCGI .. Please help me.

2014-04-23 Thread Srinivasa Rao Ragolu
Hi Peter, I have added rgw dns name , as well. But could no luck. Please go through my configurations above and let me know if there is any clue thanks, Srinivas. On Wed, Apr 23, 2014 at 7:37 PM, Peter wrote: > Perhaps the endpoint isnt configured correctly. > > Try adding some of these setti