Revert "DATACOUCH-322 - Add RBAC username and password support"

This reverts commit 6ec9b7b36f.
This commit is contained in:
Subhashni Balakrishnan
2018-04-03 14:07:13 -07:00
parent c592971288
commit 62ab852a3f
61 changed files with 185 additions and 520 deletions

View File

@@ -17,10 +17,6 @@ Server as a document database and cache while retaining store-specific features
of Spring Data Couchbase are a POJO centric model for interacting with a Couchbase Server Bucket and easily writing a
repository style data access layer.
Integration tests require a couchbase server with a bucket name "protected" with "password" as the password set.
If the server allows users, then an user with username "protected" with "password" as the password should also be set.
The recommended way to run tests is to install docker and use container in server.properties.
## Getting Help
For a comprehensive treatment of all the Spring Data Couchbase features, please refer to: