Skip to content

Commit 6777168

Browse files
committed
MB-35130 Merge branch 'vulcan' into alice
* vulcan: MB-35130 Correct query_manage_index RBAC role in doc Change-Id: I2efbe3f12dae6ffa8e7398f0da8173638280246c
2 parents 86ab496 + f35c2fe commit 6777168

3 files changed

Lines changed: 20 additions & 20 deletions

File tree

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -712,15 +712,15 @@ <h3 id="_roles">ROLES</h3>
712712
<div class="dlist">
713713
<div class="title">Query Service Roles:</div>
714714
<dl>
715-
<dt class="hdlist1">manage_index[&#8230;&#8203;]</dt>
715+
<dt class="hdlist1">query_manage_index[&#8230;&#8203;]</dt>
716716
<dd>
717717
<p>Allows the user to create and delete indexes on the specified buckets. To
718718
give a user the ability to create and delete indexes on all buckets set
719-
their role to manage_index[*]. To give the user permission to create and
720-
delete indexes on a single bucket named <em>default</em> then specify their role
721-
as manage_index[default]. If the user needs to be create and delete indexes
722-
for multiple buckets, for example <em>default</em> and <em>app</em>, then set their role
723-
as manage_index[default],manage_index[app].</p>
719+
their role to query_manage_index[*]. To give the user permission to create
720+
and delete indexes on a single bucket named <em>default</em> then specify their
721+
role as query_manage_index[default]. If the user needs to be create and
722+
delete indexes for multiple buckets, for example <em>default</em> and <em>app</em>, then
723+
set their role as query_manage_index[default],query_manage_index[app].</p>
724724
</dd>
725725
<dt class="hdlist1">query_delete[&#8230;&#8203;]</dt>
726726
<dd>

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: couchbase-cli-user-manage
33
.\" Author: Couchbase
44
.\" Generator: Asciidoctor 2.0.10
5-
.\" Date: 2019-07-16
5+
.\" Date: 2019-07-25
66
.\" Manual: Couchbase CLI Manual
77
.\" Source: Couchbase CLI 1.0.0
88
.\" Language: English
99
.\"
10-
.TH "COUCHBASE\-CLI\-USER\-MANAGE" "1" "2019-07-16" "Couchbase CLI 1.0.0" "Couchbase CLI Manual"
10+
.TH "COUCHBASE\-CLI\-USER\-MANAGE" "1" "2019-07-25" "Couchbase CLI 1.0.0" "Couchbase CLI Manual"
1111
.ie \n(.g .ds Aq \(aq
1212
.el .ds Aq '
1313
.ss \n[.ss] 0
@@ -313,15 +313,15 @@ fts_searcher[default],fts_searcher[app].
313313
.B Query Service Roles:
314314
.br
315315
.sp
316-
manage_index[...]
316+
query_manage_index[...]
317317
.RS 4
318318
Allows the user to create and delete indexes on the specified buckets. To
319319
give a user the ability to create and delete indexes on all buckets set
320-
their role to manage_index[*]. To give the user permission to create and
321-
delete indexes on a single bucket named \fIdefault\fP then specify their role
322-
as manage_index[default]. If the user needs to be create and delete indexes
323-
for multiple buckets, for example \fIdefault\fP and \fIapp\fP, then set their role
324-
as manage_index[default],manage_index[app].
320+
their role to query_manage_index[*]. To give the user permission to create
321+
and delete indexes on a single bucket named \fIdefault\fP then specify their
322+
role as query_manage_index[default]. If the user needs to be create and
323+
delete indexes for multiple buckets, for example \fIdefault\fP and \fIapp\fP, then
324+
set their role as query_manage_index[default],query_manage_index[app].
325325
.RE
326326
.sp
327327
query_delete[...]

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -184,14 +184,14 @@ fts_searcher[...]::
184184

185185
.Query Service Roles:
186186

187-
manage_index[...]::
187+
query_manage_index[...]::
188188
Allows the user to create and delete indexes on the specified buckets. To
189189
give a user the ability to create and delete indexes on all buckets set
190-
their role to manage_index[*]. To give the user permission to create and
191-
delete indexes on a single bucket named _default_ then specify their role
192-
as manage_index[default]. If the user needs to be create and delete indexes
193-
for multiple buckets, for example _default_ and _app_, then set their role
194-
as manage_index[default],manage_index[app].
190+
their role to query_manage_index[*]. To give the user permission to create
191+
and delete indexes on a single bucket named _default_ then specify their
192+
role as query_manage_index[default]. If the user needs to be create and
193+
delete indexes for multiple buckets, for example _default_ and _app_, then
194+
set their role as query_manage_index[default],query_manage_index[app].
195195

196196
query_delete[...]::
197197
Allows the user to execute DELETE query statements on the specified buckets.

0 commit comments

Comments
 (0)