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

Added support for a generic oauthbearer as the sasl mechanism #379

Merged
merged 7 commits into from
Mar 13, 2024

Conversation

kmdlcp
Copy link
Contributor

@kmdlcp kmdlcp commented Feb 6, 2024

Kafka supports using oauth2 as its authentication mechanism, by setting the sasl mechanism to the type "oauthbearer".
To enable a Kafka client to use this mechanism it needs an implementation of a tokenProvider to acquire tokens.
This pull request contains the code for this tokenProvider, the nessecary configuration options (Only an url that supplies oauth2 tokens), and finally the option to choose oauthbearer as the mechanism for this client.

This would close issue #377

The code has been tested thoroughly as requested.

@kmdlcp
Copy link
Contributor Author

kmdlcp commented Feb 29, 2024

Hi @Mongey!
I asked if you would me able to relatively quickly approve this PR. You confirmed, as long as there were proper tests.
This PR has now been sitting idle for 3 weeks with zero activity.
Is there anyway i can help speed up this process?

@Mongey Mongey merged commit c5d189e into Mongey:master Mar 13, 2024
3 of 4 checks passed
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

Successfully merging this pull request may close these issues.

None yet

2 participants