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.28k stars 637 forks source link

Roles abilities #1758

Open Shaldon007 opened 2 months ago

Shaldon007 commented 2 months ago

Hi AKHQ community

I am developing something and need to tighten up access to my AKHQ topics. I was wondering if someone could tell me which role(s) has the ability to download data from the topic into a .csv or .json format ? From trial and error, I have found that the topic/data/insert role gives me this feature, but I need something more concrete to start implementation.

Thanks for your time :)

AlexisSouquiere commented 1 month ago

@Shaldon007 I think you should try with the dev branch because roles changed since 0.24.0 and you current dev won't work with the new version. In the new version, download matches the resource TOPIC_DATA and action READ