CouchDB Recording Database

I am trying to set up a CouchDB database that can be public and read-only using the "admin" role. How can i do this. Is there a similar function validate_doc_updatefor accessing a document?

+3
source share
2 answers

One possible way to solve the problem would be to “abuse” Apache for this (although not 100% safe):

You can use Apache to deny GETfor all but certain hosts that are used by the administrator ... this way users can write but cannot read, and the administrator can read ...

URL- ( ) ( ), Apache ...

+1

, / .

CouchDB 1.1.0, , . , A, B, B.

+1

All Articles