KIP-430 — Return Authorized Operations in Describe Responses
Accepted Kafka 2.3 SecurityAdminProtocol
Adds an includedAuthorizedOperations field to DescribeTopics, DescribeGroups, and DescribeCluster responses, listing which ACL operations the requesting principal is authorized to perform on the described resource. Without this, clients like Kafka Manager or Cruise Control must issue separate ACL describe requests (requiring additional permissions) to determine what operations a user can perform.
Protocol Impact
Details
| Author | Rajini Sivaram |
| Status | Accepted |
| Kafka Version | 2.3 |
| JIRA | KAFKA-7922 |
| Wiki | View on Apache Wiki |
| Created | 2019-02-12 |
| Last Modified | 2019-05-24 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.