This is an automated email from the ASF dual-hosted git repository.
lucasbru pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push:
new b47e2bbed8b KAFKA-19155: Update docs/security.html for streams-related
RPCs (#19887)
b47e2bbed8b is described below
commit b47e2bbed8bddfa2b1a2661aba64e0abffec2f6d
Author: Lucas Brutschy <[email protected]>
AuthorDate: Wed Jun 4 09:14:18 2025 +0200
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 <[email protected]>
---
docs/security.html | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/docs/security.html b/docs/security.html
index 1b23c4814f7..010ec11d367 100644
--- a/docs/security.html
+++ b/docs/security.html
@@ -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>