-
Notifications
You must be signed in to change notification settings - Fork 55
Conversation
Just an FYI that this problem was recently corrected for CouchDB 3, so should be going away server-side from that release. |
Thank you! That is good to know. CouchDB doesn't seem to release on a weekly base though so it might be nice to have it here as well. |
Hi @schferbe , Also, have you tried using basic auth when |
Now CouchDB 3 is released in their own apt repository. I will close this PR. |
I just ran into this situation, and the fix provided worked really fine! Any chance this could still get merged? (pretty please?) |
You can workaround CouchDB(user, pass, url=url, use_basic_auth=True) |
Thank you! that parameter worked fine! |
…uses require_valid_user which is not compatible with python cloudant client default auth of Cookies. Suggested solution: https://github.com/cloudant/python-cloudant/pull/455\#issuecomment-680789311
Checklist
CHANGES.md
|CHANGELOG.md
) or test/build only changesDescription
Fixes #387
Approach
added auth parameters to login request
Schema & API Changes
No change
Security and Privacy
No change
Testing
No new tests because specific CouchDB configuration would be needed.
Monitoring and Logging
No change