-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Support OAuthBearer Authentication #1710
Comments
A PR would be very welcome! |
Is anyone actively working on this? I'd hate to duplicate effort. If not, there's some helpful prior art in this article, which describes a java implementation. The repo for the example is available here and would be a useful reference to work against if you don't already have a broker running |
We aren't yet, but we will be shortly, probably, if no one beats us to it (which would be great, TBH) |
@shawnsarwar just wondering if you're currently doing work on this or if it would be okay for me to do it! |
I am now working on this! |
This issue can be closed now |
Woot! |
With KIP-255 OAuth Authentication via SASL/OAUTHBEARER, Kafka now supports OAuth tokens as a method of authentication.
For us to use it on the brokers requires the library to support it, so I'm creating this issue here in case someone beats us to it (or it's already done somewhere I haven't found)
The text was updated successfully, but these errors were encountered: