conduktor.io ↗

KIP-290 — Support for Prefixed ACLs

Accepted Kafka 2.0 Security

KIP-290 adds prefix-based ACL resource patterns to Kafka's authorization model, allowing a single ACL to grant access to all resources whose names start with a given prefix. Without prefix ACLs, granting a principal access to a namespace of topics requires creating one ACL per topic name, which is operationally expensive and requires ACL updates whenever new topics are added.

Protocol Impact

DescribeAcls · CreateAcls · DeleteAcls

Details

AuthorPiyush Vijay
StatusAccepted
Kafka Version2.0
JIRAKAFKA-6841
WikiView on Apache Wiki
Created2018-05-01
Last Modified2018-06-13
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.