Hi,
I am looking for a way to achieve one of the following two things (or both) with Couchbase Server 3.0.2 Enterprise:
-
Another department in our company needs to have access to the production couchbase clusters. They are not allowed to modify any document but they need to be able to create views and execute them as well as browse all documents. Afaik as I know I can only create admin or complete read-only users. Can this be achieved if they use the REST API or in a different way?
-
Can I have something like a read-only node / cluster? It would be connected to XDCR unidirectionally and never send stuff through XDCR. Maybe only having a read-only node on which you may create views could be a workaround for the issue in 1)?
Thanks