GitHub user candeira opened a pull request:
https://github.com/apache/couchdb/pull/269
fixes 2362 admin auth in dev cluster
When running the dev cluster with dev/run and the --admin option:
- ensure that the admin is the same on all nodes after hashing
- otherwise cookies won't work when hopping between nodes
(rnewson dixit on IRC)
Includes a copy of Armin Ronacher's pbkdf2.py:
- https://github.com/mitsuhiko/python-pbkdf2/blob/master/pbkdf2.py
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/candeira/couchdb
2362-dev_run-fixes-cluster-admin-party
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb/pull/269.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #269
----
commit ab22e0ce6610da1e2b45a71ab9f7677c6d012803
Author: Javier Candeira <[email protected]>
Date: 2014-10-08T01:09:21Z
fixes 2362 admin auth in dev cluster
When running the dev cluster with dev/run and the --admin option:
- ensure that the admin is the same on all nodes after hashing
- otherwise cookies won't work when hopping between nodes
(rnewson dixit on IRC)
Includes a copy of Armin Ronacher's pbkdf2.py:
- https://github.com/mitsuhiko/python-pbkdf2/blob/master/pbkdf2.py
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---