Ah indeed, d'oh! Thanks a lot Jens! Interestingly, it does NOT work when I specify username/password, but works if I don't specify anything and have sync-gateway and server running on the same machine. I guess I'm still not understanding how authentication between the two works.
In any case, I've created Ansible scripts to install and setup Sync Gateway on a Linux box, I'm using these together with the server roles provided by Couchbase. If anybody is interested, a first commit is here: https://github.com/p2/ansible-couchbase-sync-gateway Thanks again! On Friday, February 27, 2015 at 7:04:35 PM UTC+1, Jens Alfke wrote: > > > On Feb 27, 2015, at 8:49 AM, Pascal <[email protected] <javascript:>> > wrote: > > "users": { > "GUEST": {"disabled": false}, > "admin_channels": ["public"] > } > > > That’s wrong — the “admin_channels” property needs to be inside the > “GUEST”: { … } object. Instead you’ve got it as a separate user and its > format is wrong for that. > > —Jens > -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/593178d0-ae23-4d61-9662-79e5b55291c4%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
