Skip to content
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

Open
amitgurav04 opened this issue Jan 2, 2019 · 4 comments
Open

How can we add Authorization/ACL? #161

amitgurav04 opened this issue Jan 2, 2019 · 4 comments
Labels

Comments

@amitgurav04
Copy link

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 amitgurav04 changed the title How can we add Autherization/ACL? How can we add Authorization/ACL? Jan 2, 2019
@horkhe
Copy link
Member

horkhe commented Jan 4, 2019

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 horkhe added the question label Jan 4, 2019
@horkhe
Copy link
Member

horkhe commented Jan 5, 2019

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

@AtakanColak
Copy link

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

@horkhe
Copy link
Member

horkhe commented Jul 17, 2020

@AtakanColak SASL is not supported either.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants