segmentio / topicctl

Tool for declarative management of Kafka topics
MIT License
590 stars 55 forks source link

Question: Are there examples of managing ACLs? #135

Closed njlr closed 9 months ago

njlr commented 1 year ago

For example, is it possible to manage groups and group permissions with topicctl?

Equivalent functionality in terraform-provider-kafka: https://github.com/Mongey/terraform-provider-kafka#kafka_acl

petedannemann commented 1 year ago

Hi @njlr. ACL management is not currently supported by topicctl. Unfortunately due to the original goal of the project to just manage topics, the YAML API doesn't make extending support to additional resources very easy. If you are interested in working on adding support for this, please open a discussion and we can come up with a plan forward.