kafka-pixy icon indicating copy to clipboard operation
kafka-pixy copied to clipboard

How can we add Authorization/ACL?

Open amitgurav04 opened this issue 6 years ago • 4 comments

Suppose, I have two clients A and B. and two topics T1 and T2.

Client A want to send the message on topic T1. But he should not able to send message on topic T2 . Client B want to send the message on topic T2. But he should not able to send message on topic T1 .

Can we add such authorization in Kafka-pixy? Which we can do in Kafka broker using ACLS.Please help me on this.

amitgurav04 avatar Jan 02 '19 11:01 amitgurav04

There is no way to do that. Kafka-Pixy does not support authorization/authentication. If you really need it you can suggest a PR.

horkhe avatar Jan 04 '19 18:01 horkhe

@amitgurav04 you have asked a few questions about Kafka-Pixy recently. I am wondering what is the use case you are considering Kafka-Pixy for, if you do not mind sharing?

horkhe avatar Jan 05 '19 07:01 horkhe

@horkhe Hi, does that apply to sarama.Config.Net.SASL too? I want to use kafka-pixy but the kafka cluster has SASL enabled.

AtakanColak avatar Jul 17 '20 09:07 AtakanColak

@AtakanColak SASL is not supported either.

horkhe avatar Jul 17 '20 10:07 horkhe