|
4 | 4 | <meta charset="UTF-8"> |
5 | 5 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
7 | | -<meta name="generator" content="Asciidoctor 2.0.9"> |
| 7 | +<meta name="generator" content="Asciidoctor 2.0.10"> |
8 | 8 | <meta name="author" content="Couchbase"> |
9 | 9 | <title>couchbase-cli-user-manage(1)</title> |
10 | 10 | <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700"> |
|
241 | 241 | pre.pygments .lineno{border-right:1px solid currentColor;opacity:.35;display:inline-block;margin-right:.75em} |
242 | 242 | pre.pygments .lineno::before{content:"";margin-right:-.125em} |
243 | 243 | .quoteblock{margin:0 1em 1.25em 1.5em;display:table} |
244 | | -.quoteblock>.title{margin-left:-1.5em;margin-bottom:.75em} |
| 244 | +.quoteblock:not(.excerpt)>.title{margin-left:-1.5em;margin-bottom:.75em} |
245 | 245 | .quoteblock blockquote,.quoteblock p{color:rgba(0,0,0,.85);font-size:1.15rem;line-height:1.75;word-spacing:.1em;letter-spacing:0;font-style:italic;text-align:justify} |
246 | 246 | .quoteblock blockquote{margin:0;padding:0;border:0} |
247 | 247 | .quoteblock blockquote::before{content:"\201c";float:left;font-size:2.75em;font-weight:bold;line-height:.6em;margin-left:-.6em;color:#7a2518;text-shadow:0 1px 2px rgba(0,0,0,.1)} |
|
258 | 258 | .quoteblock.abstract blockquote,.quoteblock.abstract p,.quoteblock.excerpt blockquote,.quoteblock.excerpt p,.quoteblock .quoteblock blockquote,.quoteblock .quoteblock p{line-height:1.6;word-spacing:0} |
259 | 259 | .quoteblock.abstract{margin:0 1em 1.25em;display:block} |
260 | 260 | .quoteblock.abstract>.title{margin:0 0 .375em;font-size:1.15em;text-align:center} |
261 | | -.quoteblock.excerpt,.quoteblock .quoteblock{margin:0 0 1.25em;padding:0 0 .25em 1em;border-left:.25em solid #dddddf} |
| 261 | +.quoteblock.excerpt>blockquote,.quoteblock .quoteblock{padding:0 0 .25em 1em;border-left:.25em solid #dddddf} |
| 262 | +.quoteblock.excerpt,.quoteblock .quoteblock{margin-left:0} |
262 | 263 | .quoteblock.excerpt blockquote,.quoteblock.excerpt p,.quoteblock .quoteblock blockquote,.quoteblock .quoteblock p{color:inherit;font-size:1.0625rem} |
263 | 264 | .quoteblock.excerpt .attribution,.quoteblock .quoteblock .attribution{color:inherit;text-align:left;margin-right:0} |
264 | 265 | table.tableblock{max-width:100%;border-collapse:separate} |
@@ -711,15 +712,15 @@ <h3 id="_roles">ROLES</h3> |
711 | 712 | <div class="dlist"> |
712 | 713 | <div class="title">Query Service Roles:</div> |
713 | 714 | <dl> |
714 | | -<dt class="hdlist1">manage_index[…​]</dt> |
| 715 | +<dt class="hdlist1">query_manage_index[…​]</dt> |
715 | 716 | <dd> |
716 | 717 | <p>Allows the user to create and delete indexes on the specified buckets. To |
717 | 718 | give a user the ability to create and delete indexes on all buckets set |
718 | | -their role to manage_index[*]. To give the user permission to create and |
719 | | -delete indexes on a single bucket named <em>default</em> then specify their role |
720 | | -as manage_index[default]. If the user needs to be create and delete indexes |
721 | | -for multiple buckets, for example <em>default</em> and <em>app</em>, then set their role |
722 | | -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> |
723 | 724 | </dd> |
724 | 725 | <dt class="hdlist1">query_delete[…​]</dt> |
725 | 726 | <dd> |
|
0 commit comments