Details
-
Bug
-
Resolution: Unresolved
-
Major
-
Cheshire-Cat
-
DOC-2021-May09-S9, DOC-2021-May23-S10
-
1
Description
Command on help page:
/opt/couchbase/bin/couchbase-cli user-manage --cluster http://10.143.192.101 \
|
--username Administrator \
|
--password password \
|
--rbac-username cbrown \
|
--rbac-password cBr403n438 \
|
--auth-domain local \
|
--edit-users-groups \
|
--user-groups Admins
|
Correct command - removed "-edit-users-group" and added "-set"
[root@node1-cb601-centos7 bin]# /opt/couchbase/bin/couchbase-cli user-manage --cluster http://10.112.191.101 --username Administrator --password password --rbac-username cbrown --rbac-password cBr403n438 --auth-domain local --user-groups testgrp --set
|
SUCCESS: User cbrown set
|
Following statement will need an update - This specifies the --edit-users-groups flag, to indicate that group-editing is to occur.