mirror of https://github.com/apache/kafka.git
MINOR: LIST_CONFIG_RESOURCES in security.html (#19896)
The `LIST_CLIENT_METRICS_RESOURCES` RPC was generalised to all config resources in AK 4.1 and the RPC was renamed to `LIST_CONFIG_RESOURCES`. This PR updates the RPC authorisation table in the documentation. Reviewers: Apoorv Mittal <apoorvmittal10@gmail.com>
This commit is contained in:
parent
9671cff291
commit
2919478d00
|
@ -1838,7 +1838,7 @@ RULE:[n:string](regexp)s/pattern/replacement/g/U</code></pre>
|
||||||
<td>ADD_OFFSETS_TO_TXN (25)</td>
|
<td>ADD_OFFSETS_TO_TXN (25)</td>
|
||||||
<td>Write</td>
|
<td>Write</td>
|
||||||
<td>TransactionalId</td>
|
<td>TransactionalId</td>
|
||||||
<td>Similarly to ADD_PARTITIONS_TO_TXN this is only applicable to transactional request. It first checks
|
<td>Similarly to ADD_PARTITIONS_TO_TXN this is only applicable to transactional requests. It first checks
|
||||||
for Write action on the TransactionalId resource, then it checks whether it can Read on the given group
|
for Write action on the TransactionalId resource, then it checks whether it can Read on the given group
|
||||||
(below).</td>
|
(below).</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -2196,7 +2196,7 @@ RULE:[n:string](regexp)s/pattern/replacement/g/U</code></pre>
|
||||||
<td></td>
|
<td></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>LIST_CLIENT_METRICS_RESOURCES (74)</td>
|
<td>LIST_CONFIG_RESOURCES (74)</td>
|
||||||
<td>DescribeConfigs</td>
|
<td>DescribeConfigs</td>
|
||||||
<td>Cluster</td>
|
<td>Cluster</td>
|
||||||
<td></td>
|
<td></td>
|
||||||
|
|
Loading…
Reference in New Issue