I'm following guidelines and set up anomimous user creation
cat /etc/riak-cs/app.config | grep anonymous_user_creation
{anonymous_user_creation, true},
and using post request to create admin user:
> curl -H 'Content-Type: application/json' \
> -X POST `http://localhost:8080/riak-
, this particular error message is misleading. In general it can be
> treated as a 500 error.
>
> Generally, it translates to Riak CS inability to speak to Stanchion
> (which is used for creating users and buckets). Please confirm that
> Stanchion is running with:
>
>
Initially it looked like some access rights issue
so I've updated /etc/riak-cs/app.config
and /etc/stanchion/app.config
with my admin's keys so I could use s3-cmd to figure out why some users
lost access to database.
but now it fails to start (see below).
riak-cs starts only after machine being re