Open sanjeevtripurari opened 8 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 .
It'd be awesome to have this feature available (+1)
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?
+1 interested in this