mirror of https://github.com/apache/kafka.git
MINOR: Update command line options in Authorization and ACLs documentation chapter (#5995)
This commit is contained in:
parent
ab1fb3fdde
commit
b4030a0375
|
@ -1134,6 +1134,18 @@
|
||||||
<td></td>
|
<td></td>
|
||||||
<td>ResourcePattern</td>
|
<td>ResourcePattern</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>--transactional-id [transactional-id]</td>
|
||||||
|
<td>The transactionalId to which ACLs should be added or removed. A value of * indicates the ACLs should apply to all transactionalIds.</td>
|
||||||
|
<td></td>
|
||||||
|
<td>ResourcePattern</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>--delegation-token [delegation-token]</td>
|
||||||
|
<td>Delegation token to which ACLs should be added or removed. A value of * indicates ACL should apply to all tokens.</td>
|
||||||
|
<td></td>
|
||||||
|
<td>ResourcePattern</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>--resource-pattern-type [pattern-type]</td>
|
<td>--resource-pattern-type [pattern-type]</td>
|
||||||
<td>Indicates to the script the type of resource pattern, (for --add), or resource pattern filter, (for --list and --remove), the user wishes to use.<br>
|
<td>Indicates to the script the type of resource pattern, (for --add), or resource pattern filter, (for --list and --remove), the user wishes to use.<br>
|
||||||
|
@ -1179,7 +1191,21 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td>--operation</td>
|
<td>--operation</td>
|
||||||
<td>Operation that will be allowed or denied.<br>
|
<td>Operation that will be allowed or denied.<br>
|
||||||
Valid values are : Read, Write, Create, Delete, Alter, Describe, ClusterAction, All</td>
|
Valid values are:
|
||||||
|
<ul>
|
||||||
|
<li>Read</li>
|
||||||
|
<li>Write</li>
|
||||||
|
<li>Create</li>
|
||||||
|
<li>Delete</li>
|
||||||
|
<li>Alter</li>
|
||||||
|
<li>Describe</li>
|
||||||
|
<li>ClusterAction</li>
|
||||||
|
<li>DescribeConfigs</li>
|
||||||
|
<li>AlterConfigs</li>
|
||||||
|
<li>IdempotentWrite</li>
|
||||||
|
<li>All</li>
|
||||||
|
</ul>
|
||||||
|
</td>
|
||||||
<td>All</td>
|
<td>All</td>
|
||||||
<td>Operation</td>
|
<td>Operation</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -1197,6 +1223,14 @@
|
||||||
<td></td>
|
<td></td>
|
||||||
<td>Convenience</td>
|
<td>Convenience</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>--idempotent</td>
|
||||||
|
<td>Enable idempotence for the producer. This should be used in combination with the --producer option.<br>
|
||||||
|
Note that idempotence is enabled automatically if the producer is authorized to a particular transactional-id.
|
||||||
|
</td>
|
||||||
|
<td></td>
|
||||||
|
<td>Convenience</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>--force</td>
|
<td>--force</td>
|
||||||
<td> Convenience option to assume yes to all queries and do not prompt.</td>
|
<td> Convenience option to assume yes to all queries and do not prompt.</td>
|
||||||
|
|
Loading…
Reference in New Issue