11'\" t
22.\" Title: couchbase-cli-user-manage
33.\" Author: Couchbase
4- .\" Generator: Asciidoctor 1.5.7.1
5- .\" Date: 2018-07-31
4+ .\" Generator: Asciidoctor 2.0.9
5+ .\" Date: 2019-06-12
66.\" Manual: Couchbase CLI Manual
77.\" Source: Couchbase CLI 1.0.0
88.\" Language: English
99.\"
10- .TH "COUCHBASE\- CLI\- USER\- MANAGE" "1" "2018-07-31 " "Couchbase CLI 1.0.0" "Couchbase CLI Manual"
10+ .TH "COUCHBASE\- CLI\- USER\- MANAGE" "1" "2019-06-12 " "Couchbase CLI 1.0.0" "Couchbase CLI Manual"
1111.ie \n( .g .ds Aq \(aq
1212.el .ds Aq '
1313.ss \n[ .ss ] 0
3131couchbase\- cli\- user\- manage \- Manage RBAC users
3232.SH "SYNOPSIS"
3333.sp
34+ .sp
3435.nf
3536\fI couchbase \- cli user \- manage \fP [\-\- cluster <url>] [\-\- username <user>]
3637 [\-\- password <password>] [\-\- delete] [\-\- list] [\-\- my\- roles] [\-\- set]
@@ -190,7 +191,7 @@ a user the ability to manage all bucket settings set their role to
190191bucket_admin[*]. To give the user permission to manage bucket settings on a
191192single bucket named \fI default \fP then specify the role as
192193bucket_admin[default]. If the user needs to be manage multiple buckets, for
193- example \fI default \fP and \fI app \fP , then set the role as bucket[default, app].
194+ example \fI default \fP and \fI app \fP , then set the role as bucket[default],bucket[ app].
194195.RE
195196.sp
196197cluster_admin
@@ -222,7 +223,7 @@ all buckets set their role to views_admin[*]. To give the user permission to
222223manage views on a single bucket named \fI default \fP then specify the role as
223224views_admin[default]. If the user needs to be manage views for multiple
224225buckets, for example \fI default \fP and \fI app \fP , then set the role as
225- views_admin[default, app].
226+ views_admin[default],views_admin[ app].
226227.RE
227228.sp
228229.B Data Service Roles:
@@ -235,7 +236,8 @@ To give a user read\-only access for all buckets set their role to
235236data_reader[*]. To give the user read\- only access to data on a single
236237bucket named \fI default \fP then specify their role as data_reader[default].
237238If the user needs read\- only access to data for multiple buckets, for example
238- \fI default \fP and \fI app \fP , then set their role as data_reader[default,app].
239+ \fI default \fP and \fI app \fP , then set their role as
240+ data_reader[default],data_reader[app].
239241.RE
240242.sp
241243data_writer[...]
@@ -258,7 +260,7 @@ data_dcp_reader[*]. To give the user the ability to create DCP connections
258260on a single bucket named \fI default \fP then specify their role as
259261data_dcp_reader[default]. If the user needs to be able to create DCP
260262connections for multiple buckets, for example \fI default \fP and \fI app \fP , then set
261- their role as data_dcp_reader[default, app].
263+ their role as data_dcp_reader[default],data_dcp_reader[ app].
262264.RE
263265.sp
264266data_backup[...]
@@ -269,7 +271,7 @@ to data_backup[*]. To give the user the ability to backup and restore data
269271on a single bucket named \fI default \fP then specify their role as
270272data_backup[default]. If the user needs to be able to backup and restore
271273data for multiple buckets, for example \fI default \fP and \fI app \fP , then set their
272- role as data_backup[default, app].
274+ role as data_backup[default],data_backup[ app].
273275.RE
274276.sp
275277data_monitoring[...]
@@ -280,7 +282,7 @@ buckets set their role to data_monitoring[*]. To give the user the ability
280282to monitor data on a single bucket named \fI default \fP then specify their role
281283as data_monitoring[default]. If the user needs to be able to monitor data
282284for multiple buckets, for example \fI default \fP and \fI app \fP , then set their role
283- as data_monitoring[default, app].
285+ as data_monitoring[default],data_monitoring[ app].
284286.RE
285287.sp
286288.B Full Text Service Roles:
@@ -294,7 +296,7 @@ on all buckets set their role to fts_admin[*]. To give the user full
294296administrator access for FTS on a single bucket named \fI default \fP then specify
295297their role as fts_admin[default]. If the user needs full administrator
296298access for FTS for multiple buckets, for example \fI default \fP and \fI app \fP , then
297- set their role as fts_admin[default, app].
299+ set their role as fts_admin[default],fts_admin[ app].
298300.RE
299301.sp
300302fts_searcher[...]
@@ -305,7 +307,7 @@ role to fts_searcher[*]. To give the ability to query FTS indexes on a
305307single bucket named \fI default \fP then specify their role as
306308fts_searcher[default]. If the user needs to query FTS indexes on multiple
307309multiple buckets, for example \fI default \fP and \fI app \fP , then set their role as
308- fts_searcher[default, app].
310+ fts_searcher[default],fts_searcher[ app].
309311.RE
310312.sp
311313.B Query Service Roles:
@@ -319,7 +321,7 @@ their role to manage_index[*]. To give the user permission to create and
319321delete indexes on a single bucket named \fI default \fP then specify their role
320322as manage_index[default]. If the user needs to be create and delete indexes
321323for multiple buckets, for example \fI default \fP and \fI app \fP , then set their role
322- as manage_index[default, app].
324+ as manage_index[default],manage_index[ app].
323325.RE
324326.sp
325327query_delete[...]
@@ -330,7 +332,7 @@ their role to query_delete[*]. To give the user permission to execute
330332DELETE statements on a single bucket named \fI default \fP then specify their role
331333as query_delete[default]. If the user needs to be execute DELETE statements
332334for multiple buckets, for example \fI default \fP and \fI app \fP , then set their role
333- as query_delete[default, app].
335+ as query_delete[default],query_delete[ app].
334336.RE
335337.sp
336338query_insert[...]
@@ -341,7 +343,7 @@ their role to query_insert[*]. To give the user permission to execute
341343INSERT statements on a single bucket named \fI default \fP then specify their role
342344as query_insert[default]. If the user needs to be execute INSERT statements
343345for multiple buckets, for example \fI default \fP and \fI app \fP , then set their role
344- as query_insert[default, app].
346+ as query_insert[default],query_insert[ app].
345347.RE
346348.sp
347349query_select[...]
@@ -352,7 +354,7 @@ their role to query_select[*]. To give the user permission to execute
352354SELECT statements on a single bucket named \fI default \fP then specify their role
353355as query_select[default]. If the user needs to be execute SELECT statements
354356for multiple buckets, for example \fI default \fP and \fI app \fP , then set their role
355- as query_select[default, app].
357+ as query_select[default],query_select[ app].
356358.RE
357359.sp
358360query_update[...]
@@ -363,7 +365,7 @@ their role to query_update[*]. To give the user permission to execute
363365UPDATE statements on a single bucket named \fI default \fP then specify their role
364366as query_update[default]. If the user needs to be execute UPDATE statements
365367for multiple buckets, for example \fI default \fP and \fI app \fP , then set their role
366- as query_update[default, app].
368+ as query_update[default],query_update[ app].
367369.RE
368370.sp
369371system_catalog[...]
@@ -375,7 +377,7 @@ permission to run queries against the system catalog on a single bucket
375377named \fI default \fP then specify their role as system_catalog[default]. If the
376378user needs to be run queries against the system catalog for multiple
377379buckets, for example \fI default \fP and \fI app \fP , then set their role as
378- system_catalog[default, app].
380+ system_catalog[default],system_catalog[ app].
379381.RE
380382.SH "EXAMPLES"
381383.sp
0 commit comments