Skip to content

Commit 645c455

Browse files
author
Carlos Gonzalez Betancort
committed
DOC-4643 Merge branch 'vulcan' into alice
* vulcan: DOC-4643 Fix bucket_admin multiple buckets example Change-Id: I736228eba0398f3dbef6eb68f1b8610fbe2b656b
2 parents 305e005 + 1025e5b commit 645c455

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/generated/doc/couchbase-cli/couchbase-cli-user-manage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ <h3 id="_roles">ROLES</h3>
596596
bucket_admin[*]. To give the user permission to manage bucket settings on a
597597
single bucket named <em>default</em> then specify the role as
598598
bucket_admin[default]. If the user needs to be manage multiple buckets, for
599-
example <em>default</em> and <em>app</em>, then set the role as bucket[default],bucket[app].</p>
599+
example <em>default</em> and <em>app</em>, then set the role as bucket_admin[default],bucket_admin[app].</p>
600600
</dd>
601601
<dt class="hdlist1">cluster_admin</dt>
602602
<dd>

docs/generated/man/man1/couchbase-cli-user-manage.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ a user the ability to manage all bucket settings set their role to
191191
bucket_admin[*]. To give the user permission to manage bucket settings on a
192192
single bucket named \fIdefault\fP then specify the role as
193193
bucket_admin[default]. If the user needs to be manage multiple buckets, for
194-
example \fIdefault\fP and \fIapp\fP, then set the role as bucket[default],bucket[app].
194+
example \fIdefault\fP and \fIapp\fP, then set the role as bucket_admin[default],bucket_admin[app].
195195
.RE
196196
.sp
197197
cluster_admin

docs/modules/cli/pages/cbcli/couchbase-cli-user-manage.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ bucket_admin[...]::
8888
bucket_admin[*]. To give the user permission to manage bucket settings on a
8989
single bucket named _default_ then specify the role as
9090
bucket_admin[default]. If the user needs to be manage multiple buckets, for
91-
example _default_ and _app_, then set the role as bucket[default],bucket[app].
91+
example _default_ and _app_, then set the role as bucket_admin[default],bucket_admin[app].
9292

9393
cluster_admin::
9494
Gives the user permissions to read, write and manage all cluster-level

0 commit comments

Comments
 (0)