Is there any documentation or tutorial on this subject.
are the feature present in CouchDB (users login, logout, admin user, readers and writers on bucket) present in Couchbase 2.0?
There are similar concepts, but things are a bit different in Couchbase Server 2.0.
There is an overall administrator role for management of the system, including buckets, nodes, etc.
Per bucket, there is authentication. However, the default bucket is special and requires no authentication.
There is no authorization level which gives you read only permissions.
There are similar concepts, but things are a bit different in Couchbase Server 2.0.
There is an overall administrator role for management of the system, including buckets, nodes, etc.
Per bucket, there is authentication. However, the default bucket is special and requires no authentication.
There is no authorization level which gives you read only permissions.