Authorization¶
Kafka Authorization is based on the following:
- kafka-acls.sh utility for ACL management
- authorizer.class.name configuration property
- Authorizer (and AclAuthorizer)
Resource Types¶
Type Name | Resource |
---|---|
ANY | Any resource |
TOPIC | A topic |
GROUP | Consumer group |
CLUSTER | Kafka cluster as a whole |
TRANSACTIONAL_ID | Transactional ID |
DELEGATION_TOKEN | A delegation token |