Manage security policies
couchbase-cli setting-security [--cluster <url>] [--username <user>]
[--password <password>] [--disable-http-ui <0|1>]
- --disable-http-ui <0|1>
-
Specifies whether the Couchbase Administration UI can be accessible over http. To disable access set this option to "1". To enable access set this option to "0". By default, access to the UI over http is enabled.
To disable the Couchbase Administration Console over HTTP run the following command.
$ couchbase-cli setting-security -c 192.168.1.5 -u Administrator \ -p password --disable-http-ui 1
man:couchbase-cli[1]