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

Plans to support SASL/SCRAM authentication? #1057

Closed
tarikdemirci opened this issue Feb 16, 2018 · 10 comments
Closed

Plans to support SASL/SCRAM authentication? #1057

tarikdemirci opened this issue Feb 16, 2018 · 10 comments

Comments

@tarikdemirci
Copy link

Problem Description

Is there anyone working on SASL/SCRAM support?

Related links

http://kafka.apache.org/documentation.html#security_sasl_scram
https://www.cloudkarafka.com/docs-go.html (This doc implies Sarama has no support for SCRAM and suggests confluent-kafka-go instead)

@eapache
Copy link
Contributor

eapache commented Feb 16, 2018

I am not currently working on this. Per https://github.com/Shopify/sarama/blob/bfaa60f9e0d0b6781a78ed5f01e0426615a5ea13/config.go#L43-L44 the only supported method right now is SASL/PLAIN.

@chasse-code
Copy link

chasse-code commented Feb 26, 2018

I would like to have SCRAM authentication too. It's been a part of Kafka for a while now and there are valid reasons to want to have the secret not be plain. Not sure why that comment indicates that SASL/PLAIN is the only one.

btw, the comment indicating that is over 2 years old.

@tarikdemirci
Copy link
Author

Not sure why that comment indicates that SASL/PLAIN is the only one.

It's the only supported SASL option by Sarama right now. There is also SASL/GSSAPI which is again not supported by Sarama.

@chasse-code
Copy link

I would love to have the authentication methods match that which is currently supported by Kafka. I have to rework our security to be able to allow Burrow to be able to communicate with Kafka over PLAINTEXT so it can access the __consumer_offsets but no other topics.

@pfridberg
Copy link

Are there any plans on implementing support for this yet?

@eapache
Copy link
Contributor

eapache commented Aug 7, 2018

I'm not working on this in the foreseeable future. I'm happy to take PRs though.

@freddiesunarso
Copy link

@eapache would you give some pointer/guidance on how to add this support?

@ghost
Copy link

ghost commented Jan 31, 2019

Hi. What's the status of the SASL/SCRAM support?

@praseodym
Copy link

#1295

@bai bai closed this as completed Mar 7, 2019
@jbresciani
Copy link

with scram support now in Sarama will we be seeing support for it in burrow? or is it there already?

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

No branches or pull requests

8 participants