Skip to content

Commit d33ba6f

Browse files
committed
MB-35130 Merge branch 'alice'
* alice: MB-35130 Correct query_manage_index RBAC role in doc Change-Id: I655e46fe96bb3914fd090217a6eb89bcc0337fbe
2 parents 73504c5 + 6777168 commit d33ba6f

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
@@ -755,15 +755,15 @@ <h3 id="_roles">ROLES</h3>
755755
<div class="dlist">
756756
<div class="title">Query Service Roles:</div>
757757
<dl>
758-
<dt class="hdlist1">manage_index[&#8230;&#8203;]</dt>
758+
<dt class="hdlist1">query_manage_index[&#8230;&#8203;]</dt>
759759
<dd>
760760
<p>Allows the user to create and delete indexes on the specified buckets. To
761761
give a user the ability to create and delete indexes on all buckets set
762-
their role to manage_index[*]. To give the user permission to create and
763-
delete indexes on a single bucket named <em>default</em> then specify their role
764-
as manage_index[default]. If the user needs to be create and delete indexes
765-
for multiple buckets, for example <em>default</em> and <em>app</em>, then set their role
766-
as manage_index[default],manage_index[app].</p>
762+
their role to query_manage_index[*]. To give the user permission to create
763+
and delete indexes on a single bucket named <em>default</em> then specify their
764+
role as query_manage_index[default]. If the user needs to be create and
765+
delete indexes for multiple buckets, for example <em>default</em> and <em>app</em>, then
766+
set their role as query_manage_index[default],query_manage_index[app].</p>
767767
</dd>
768768
<dt class="hdlist1">query_delete[&#8230;&#8203;]</dt>
769769
<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-22
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-22" "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
@@ -365,15 +365,15 @@ fts_searcher[default],fts_searcher[app].
365365
.B Query Service Roles:
366366
.br
367367
.sp
368-
manage_index[...]
368+
query_manage_index[...]
369369
.RS 4
370370
Allows the user to create and delete indexes on the specified buckets. To
371371
give a user the ability to create and delete indexes on all buckets set
372-
their role to manage_index[*]. To give the user permission to create and
373-
delete indexes on a single bucket named \fIdefault\fP then specify their role
374-
as manage_index[default]. If the user needs to be create and delete indexes
375-
for multiple buckets, for example \fIdefault\fP and \fIapp\fP, then set their role
376-
as manage_index[default],manage_index[app].
372+
their role to query_manage_index[*]. To give the user permission to create
373+
and delete indexes on a single bucket named \fIdefault\fP then specify their
374+
role as query_manage_index[default]. If the user needs to be create and
375+
delete indexes for multiple buckets, for example \fIdefault\fP and \fIapp\fP, then
376+
set their role as query_manage_index[default],query_manage_index[app].
377377
.RE
378378
.sp
379379
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
@@ -218,14 +218,14 @@ fts_searcher[...]::
218218

219219
.Query Service Roles:
220220

221-
manage_index[...]::
221+
query_manage_index[...]::
222222
Allows the user to create and delete indexes on the specified buckets. To
223223
give a user the ability to create and delete indexes on all buckets set
224-
their role to manage_index[*]. To give the user permission to create and
225-
delete indexes on a single bucket named _default_ then specify their role
226-
as manage_index[default]. If the user needs to be create and delete indexes
227-
for multiple buckets, for example _default_ and _app_, then set their role
228-
as manage_index[default],manage_index[app].
224+
their role to query_manage_index[*]. To give the user permission to create
225+
and delete indexes on a single bucket named _default_ then specify their
226+
role as query_manage_index[default]. If the user needs to be create and
227+
delete indexes for multiple buckets, for example _default_ and _app_, then
228+
set their role as query_manage_index[default],query_manage_index[app].
229229

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

0 commit comments

Comments
 (0)