-
Notifications
You must be signed in to change notification settings - Fork 36
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
feat: support SASL SCRAM mechanism #247
Conversation
ca59cde
to
ef7b953
Compare
2665a03
to
096bdca
Compare
096bdca
to
79d1a86
Compare
I would like to wait for upstream to merge and release this feature. I agree with the general approach of using a dedicated crate instead of implementing all these algorithms within rskafka. 👍 |
Add support for `SCRAM-SHA-512` and `SCRAM-SHA-512-PLUS`. Tested with Kafka. See also: #26, influxdata/rskafka#247
Now, we can push forward. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some nitpicks:
- structured logging (which is esp. helpful if you never yeet through production logs trying to debug why your auth suddenly broke)
- some general recommendations for the the auth stepping
#239
support SASL SCRAM-SHA-256 and SCRAM-SHA-512