You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2018/11/29 20:02:10 UTC

[GitHub] wohali opened a new issue #1781: Cluster Setup doesn't set consistent admin user

wohali opened a new issue #1781: Cluster Setup doesn't set consistent admin user
URL: https://github.com/apache/couchdb/issues/1781
 
 
   Similar to #1752, if you use the cluster setup wizard to create admin users on new nodes in the cluster, the created admin user will not use an identical salt on every node, meaning Fauxton fails to obtain a valid `_session` unless you manually distribute the ini file `[admins]` user yourself using a config management tool.
   
   ## Expected Behavior
   Setup wizard creates a real server admin user that is usable from Fauxton immediately.
   
   ## Current Behavior
   Setup wizard creates an admin user that cannot be load balanced because the salt is different.
   
   ## Possible Solution
   Pass the salt along as part of the cluster setup API endpoint?
   
   /cc @janl 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services