-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
SASL/OAUTHBEARER authentication for Kafka 2.0 #1223
Comments
👍 |
Having some issues on this implementation:
While testing de SASL Plain authentication, did anyone got some similar issue? Thanks. |
@ggrcha Have you had a chance to try out the new SASL/OAUTHBEARER implementation? Thinking we might be able to close this issue. |
@mkaminski1988 yes I did!!! Great job! It works like a charm :) Closing the isue. |
Versions
Sarama Version: cebb584
Kafka Version: 2.0
Go Version: v1.11.1
Problem Description
As said by @mkmkaminski1988 on confluent-kafka-go#247, it would be important to have the OAUTHBEARER mechanism for authentication on Kafka brokers. Today, only Java clients can take advantage of this functionality, as edenhill/librdkafka still doesn't have SASL/OAUTHBEARER.
I'd like to discuss the design of the implementation before forking the project.
Thanks!
(cc @edenhill / @jairsjunior)
The text was updated successfully, but these errors were encountered: