Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.16 KB

File metadata and controls

49 lines (31 loc) · 1.16 KB

setting-security

Manage security policies

SYNOPSIS

couchbase-cli setting-security [--cluster <url>] [--username <user>]
    [--password <password>] [--disable-http-ui <0|1>]

DESCRIPTION

Allows enabling and disabling of the Couchbase Administration Console.

OPTIONS

--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.

EXAMPLES

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

ENVIRONMENT AND CONFIGURATION VARIABLES

SEE ALSO