kafka-ops / julie

A solution to help you build automation and gitops in your Apache Kafka deployments. The Kafka gitops!
MIT License
421 stars 115 forks source link

Support for Apache Ranger kafka acl authorizer #463

Open littleBinary opened 2 years ago

littleBinary commented 2 years ago

Is your feature request related to a problem? Please describe. Not related to a problem. As far as I know acls can be created via julie but only for the standard kafka acls authorizer and confluent. please correct me if i'm wrong

Describe the solution you'd like For even better integration of different vendors, ACLs can also be applied to apache ranger.

https://ranger.apache.org/ https://ranger.apache.org/apidocs/ui/index.html#/PublicAPIsv2

purbon commented 2 years ago

that is actually an interesting feature. It would certainly mean implementing a provider like https://github.com/kafka-ops/julie/blob/master/src/main/java/com/purbon/kafka/topology/roles/RBACProvider.java#L17

I don't have the current setup and infrastructure to set this up right now, but happy to take in a future like this.

The contribution door is open ;-)