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

Support OAuthBearer Authentication #1710

Closed
psycotica0-shopify opened this issue Feb 6, 2019 · 7 comments
Closed

Support OAuthBearer Authentication #1710

psycotica0-shopify opened this issue Feb 6, 2019 · 7 comments

Comments

@psycotica0-shopify
Copy link

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)

@jeffwidman
Copy link
Collaborator

A PR would be very welcome!

@shawnsarwar
Copy link

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 OAUTHBEARER.

@psycotica0-shopify
Copy link
Author

We aren't yet, but we will be shortly, probably, if no one beats us to it (which would be great, TBH)
There's also zendesk/ruby-kafka#710 and IBM/sarama#1240 if you're looking for other references.

@pt2pham
Copy link
Contributor

pt2pham commented Mar 12, 2019

@shawnsarwar just wondering if you're currently doing work on this or if it would be okay for me to do it!

@pt2pham
Copy link
Contributor

pt2pham commented Mar 18, 2019

I am now working on this!

@pt2pham
Copy link
Contributor

pt2pham commented Mar 23, 2019

This issue can be closed now

@dpkp
Copy link
Owner

dpkp commented Mar 24, 2019

Woot!

@dpkp dpkp closed this as completed Mar 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants