conduktor / kafka-security-manager

Manage your Kafka ACL at scale
https://hub.docker.com/r/simplesteph/kafka-security-manager
MIT License
360 stars 159 forks source link

Support Kafka 2 ACL format #28

Closed silverbadge closed 6 years ago

silverbadge commented 6 years ago

Kafka 2 now supports prefixed and literal resource pattern KAFKA-6841. This currently working with default value for Kafka 2 of literal. It would be great to get KSM to support both using a new column resource-pattern in the input csv file so topics ACLs can be suffixed with wildcards when the resource-pattern is prefixed

simplesteph commented 6 years ago

Good point! Wanna try out a PR ? The change has to be backwards compatible with current version that's all