-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can we add Authorization/ACL? #161
Comments
There is no way to do that. Kafka-Pixy does not support authorization/authentication. If you really need it you can suggest a PR. |
@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 Hi, does that apply to sarama.Config.Net.SASL too? I want to use kafka-pixy but the kafka cluster has SASL enabled. |
@AtakanColak SASL is not supported either. |
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.
The text was updated successfully, but these errors were encountered: