This is an automated email from the ASF dual-hosted git repository.

showuon 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 e4b9bbd9f96 MINOR: fix doc for CVE-2026-41115 (#22447)
e4b9bbd9f96 is described below

commit e4b9bbd9f96b014f8072925fbfb4c42b185889dd
Author: Luke Chen <[email protected]>
AuthorDate: Tue Jun 2 18:08:19 2026 +0900

    MINOR: fix doc for CVE-2026-41115 (#22447)
    
    Fix documentation for CVE-2026-41115, to use `DESCRIBE` permission on
    `GROUP` resource for `CONSUMER_GROUP_DESCRIBE (69)` API.
    
    Reviewers: David Jacot <[email protected]>
---
 docs/security/authorization-and-acls.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/security/authorization-and-acls.md 
b/docs/security/authorization-and-acls.md
index 360bb1995fd..91adee2a73e 100644
--- a/docs/security/authorization-and-acls.md
+++ b/docs/security/authorization-and-acls.md
@@ -2252,7 +2252,7 @@ CONSUMER_GROUP_DESCRIBE (69)
 </td>  
 <td>
 
-Read
+Describe
 </td>  
 <td>
 

Reply via email to