KAFKA-19155: Update docs/security.html for streams-related RPCs (#19887)

We need to add the correct ACLs for the streams-related RPCs in
docs/security.html.

Reviewers: Andrew Schofield <aschofield@confluent.io>
This commit is contained in:
Lucas Brutschy 2025-06-04 09:14:18 +02:00 committed by GitHub
parent b1ea280ab1
commit b47e2bbed8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 30 additions and 0 deletions

View File

@ -2273,6 +2273,36 @@ RULE:[n:string](regexp)s/pattern/replacement/g/U</code></pre>
<td>Cluster</td>
<td></td>
</tr>
<tr>
<td>STREAMS_GROUP_HEARTBEAT (88)</td>
<td>Read</td>
<td>Group</td>
<td></td>
</tr>
<tr>
<td>STREAMS_GROUP_HEARTBEAT (88)</td>
<td>Describe</td>
<td>Topic</td>
<td>Required for all source topics and internal topics used in the topology of the group.</td>
</tr>
<tr>
<td>STREAMS_GROUP_HEARTBEAT (88)</td>
<td>Create</td>
<td>Topic</td>
<td>Required for all internal topics, for the broker to automatically create internal topics. Not required if internal topics exist.</td>
</tr>
<tr>
<td>STREAMS_GROUP_DESCRIBE (89)</td>
<td>Describe</td>
<td>Group</td>
<td></td>
</tr>
<tr>
<td>STREAMS_GROUP_DESCRIBE (89)</td>
<td>Describe</td>
<td>Topic</td>
<td>Required for all source topics and internal topics used in the topology of the group.</td>
</tr>
<tr>
<td>DESCRIBE_SHARE_GROUP_OFFSETS (90)</td>
<td>Describe</td>