Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
0.11.0.0
-
None
-
None
Description
Request
Implement additional functionality for various kafka-acls options to be able to take string/wildcard combinations, e.g.:
bin/kafka-acls --authorizer-properties zookeeper.connect=localhost:2181 --add --allow-principal "User:CN=Unknown,OU=Unknown,O=Unknown,L=Unknown,ST=Unknown,C=Unknown" --consumer --topic test --group console-consumer-*
bin/kafka-acls --add --allow-principal user:bob --allow-principal user:alice --allow-host host1 --allow-host host2 --operation Read --operation Write --topic customer.group.*
Background
Current functionality only understands either an exact name or a star.
Attachments
Issue Links
- is duplicated by
-
KAFKA-6369 General wildcard support for ACL's in kafka
- Open
-
KAFKA-6841 Add support for Prefixed ACLs
- Resolved
- mentioned in
-
Page Loading...