↧
Answer by Jan Lehnardt for member access to couchDB browser gui fauxton
In CouchDB 3.0.0, the /_all_dbs endpoint became admin-only. This has the side-effect of Fauxton, the “Browser GUI”, not loading properly for non-admin users, as it starts out by reading /_all_dbs.The...
View Articlemember access to couchDB browser gui fauxton
I'm using Couchdb v3.0.0, and testing the browser GUI.I have created users in the database "_users", and have also assigned a role to that user.I have tested by getting related documents via curl or...
View Article