Skip to content

Commit

Permalink
MINOR: Add missing RPCs to security.html (#15878)
Browse files Browse the repository at this point in the history
Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
  • Loading branch information
AndrewJSchofield committed May 9, 2024
1 parent 397d58b commit f4fdaa7
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions docs/security.html
Original file line number Diff line number Diff line change
Expand Up @@ -2219,6 +2219,48 @@ <h5 class="anchor-heading"><a id="operations_resources_and_protocols" class="anc
<td>Group</td>
<td></td>
</tr>
<tr>
<td>CONSUMER_GROUP_DESCRIBE (69)</td>
<td>Read</td>
<td>Group</td>
<td></td>
</tr>
<tr>
<td>CONTROLLER_REGISTRATION (70)</td>
<td>ClusterAction</td>
<td>Cluster</td>
<td></td>
</tr>
<tr>
<td>GET_TELEMETRY_SUBSCRIPTIONS (71)</td>
<td></td>
<td></td>
<td>No authorization check is performed for this request.</td>
</tr>
<tr>
<td>PUSH_TELEMETRY (72)</td>
<td></td>
<td></td>
<td>No authorization check is performed for this request.</td>
</tr>
<tr>
<td>ASSIGN_REPLICAS_TO_DIRS (73)</td>
<td>ClusterAction</td>
<td>Cluster</td>
<td></td>
</tr>
<tr>
<td>LIST_CLIENT_METRICS_RESOURCES (74)</td>
<td>DescribeConfigs</td>
<td>Cluster</td>
<td></td>
</tr>
<tr>
<td>DESCRIBE_TOPIC_PARTITIONS (75)</td>
<td>Describe</td>
<td>Topic</td>
<td></td>
</tr>
</tbody>
</table>

Expand Down

0 comments on commit f4fdaa7

Please sign in to comment.