yahoo / CMAK

CMAK is a tool for managing Apache Kafka clusters
Apache License 2.0
11.84k stars 2.5k forks source link

Do we have ACLs, to restrict admin operations on topics? #317

Open sanjeevtripurari opened 8 years ago

pranavoyo commented 7 years ago

+1 interested in this

Ashish123gs commented 7 years ago

+1

If Kafka Manager can support ACLs ( add /update/delete ) then it would be just awesome we don't then have to rely on CLI for ACLs , we can use Kafka Manager for every admin operation .

pham-nhat-mulodo commented 5 years ago

It'd be awesome to have this feature available (+1)

aresim95 commented 4 years ago

Suppose I grant principal "user_X" to view only topics Y and Z (through ACL from CLI), and suppose I launch cmak by passing the jaas file for SASL authentication -Djava.security.auth.login.config=/path/to/jaas/user_X.conf. Then cmak should only display the topics Y and Z. What happens is that cmak shows all the topics. However, if I launch the the kafka-topic list (with user_X SASL credentials) command from CLI, it returns only the topics Y and Z. Any idea on how to avoid this issue with cmak?