Hi!
I am using BigCouch which is a very good implementation of scalable CouchDB cluster. But it has a small problem - it doesn't support CouchDB 1.0-style Security features very well. So it must stay in the Admin Party mode.
What are the options to secure a CouchDB instance in the Admin Party mode. Each user should have their own database and they are allowed to CRUD non-design docs, query views but not allowed to CRUD design docs, do compactions and other stuff, just like a reader in CouchDB Security
Is it possible to enable this kind of security outside CouchDB. With a web proxy or a messaging system, perhaps?
Thanx a lot