Cmak: Do we have ACLs, to restrict admin operations on topics?

Created on 27 Oct 2016  路  4Comments  路  Source: yahoo/CMAK

Most helpful comment

+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 .

All 4 comments

+1 interested in this

+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?

Was this page helpful?
0 / 5 - 0 ratings