Re: Unable to create anonymous user

2015-11-25 Thread Ben Rudolph
Thanks Dmitri, appreciate the effort. You might have a point there. I think it indeed does have to do with our Nginx configuration. Stanchion is communicating with nginx as a proxy to our riak nodes. I just tested out pointing stanchion directly to one of our Riak nodes and the admin user creation

Re: Unable to create anonymous user

2015-11-25 Thread Ben Rudolph
Thanks for the response Dmitri. Just double checked all those settings 1) I checked with stanchion ping and i'm also able to telnet into the stanchion_host from the riak node 2)Double checked and it shows up in the logs: <0.142.0>@riak_cs_config:warnings:120 `anonymous_user_creation` is set as tru

Re: Unable to create anonymous user

2015-11-25 Thread Shawn Debnath
du...@basho.com>> Date: Wednesday, November 25, 2015 at 8:54 AM To: Ben Rudolph mailto:brudo...@dimagi.com>> Cc: riak-users mailto:riak-users@lists.basho.com>> Subject: Re: Unable to create anonymous user Ben, Not sure what to advise. Your configs look ok. I just downloaded a fresh co

Re: Unable to create anonymous user

2015-11-25 Thread Dmitri Zagidulin
Ben, Not sure what to advise. Your configs look ok. I just downloaded a fresh copy of Riak CS 2.0.1, Stanchion, and a fresh Riak 2. I set up the configs just as you have (changing only the paths in advanced.config to match my machine). Cutting and pasting your curl line seems to result in correct

Re: Unable to create anonymous user

2015-11-25 Thread Dmitri Zagidulin
Hi Ben, Just to double-check: 1) is Stanchion installed and running, when you try to create the user? (and the stanchion_host entry is pointing to it, in cs config?) 2) is anonymous_user_creation = on in the config file? 3) do you have 'buckets.default.allow_mult = true' in the Riak config file?