On Tue, Sep 29, 2015 at 11:01 AM, Shunichi Shinohara
wrote:
> Hi Outback,
>
> Sorry for very late response.
> It seems that riak-cs doesn't/can't communicate with stanchion node.
> There are a couple of possible reasons:
>
> - admin.key and admin.secret should be set both in riak-cs and stanchion
Hi Outback,
Sorry for very late response.
It seems that riak-cs doesn't/can't communicate with stanchion node.
There are a couple of possible reasons:
- admin.key and admin.secret should be set both in riak-cs and stanchion
- stanchion_host should be set properly as stanchion node's listen config
seems the docs with auth creds is invalid... or im still broken...
curl -XPOST http://localhost:8080/riak-cs/user \
-H 'Content-Type: application/json' \
-d '{"email":"ad...@admin.com", "name":"admin"}'
returns
curl -H 'Content-Type: application/json' -X POST
http://localhost:8080/riak-cs