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.35k stars 651 forks source link

basic-auth & topics #173

Closed pmpetit closed 4 years ago

pmpetit commented 4 years ago

Hi, on the last version, (0.11.0), it looks like actions we can do when logged are not in the good order : i mean that, when i am not logged, i can delete drop topics and so on.... but when i am authenticated, i can not.

tchiotludo commented 4 years ago

Hello,

Can you provide me the configuration you use please ? We have changed on lot of things on auth on this version :

Here is an example : https://github.com/tchiotludo/kafkahq/blob/dev/application.example.yml#L146 There is also 2 default group, admin & reader to facilitate the configuration

pmpetit commented 4 years ago

Hello, it is ok now with the application.example.yml thx

tchiotludo commented 4 years ago

glad to know it :)

don't forgot this one when you have some free time : https://github.com/tchiotludo/kafkahq/issues/161