Search:

Search all manuals
Search this manual
Manual
Couchbase Server Manual 1.8
Additional Resources
Community Wiki
Community Forums
Couchbase SDKs
Parent Section
8 REST API for Administration
Chapter Sections
Chapters

8.27. Changing Bucket Authentication

Changing a bucket from port based authentication to SASL authentication can be done with:

shell> curl -u admin:password -d ramQuotaMB=130 -d authType=sasl proxyPort = 11215 \
    -d saslPassword=letmein \
    http://localhost:8091/pools/default/buckets/bucket_name