tchiotludo / akhq

Kafka GUI for Apache Kafka to manage topics, topics data, consumers group, schema registry, connect and more...
https://akhq.io/
Apache License 2.0
3.37k stars 653 forks source link

Which ACLs does KafkaHQ need? #185

Closed crunchtime-ali closed 4 years ago

crunchtime-ali commented 4 years ago

Which ACLs does KafkaHQ require for its Kafka-access? I don't want to run it with superuser.

tchiotludo commented 4 years ago

I never play with ACL a lot & depending on usage you want to have for KafkaHQ

If you want a read only, this one may be sufficient :

To interact with the offset you will need : READ | Group | OffsetCommit READ | Topic | OffsetCommit

If you want to do more :

If you have some goof feedback on this, a PR on README will be really appreciate :+1:

jessetandor commented 4 years ago

I tried to give it read only access (read and describe) and this was not working in an older version. Perhaps it's ok now..

tchiotludo commented 4 years ago

let me know if you need more help