-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Not support Kafka SASL/PLAIN authentication of SCRAM-SHA-256 or SCRAM-SHA-512 mechanism #2722
Comments
Duplicate of #2046 |
but this PR did not merge to the current version. |
Yes, the PR was not finished, but the issue is a duplicate. |
ok I see, I will create a new PR for this one and previous #2046 |
There is already a PR #2110, but it's not finished (unit tests are failing). I recommend picking up from where it left off. |
closing as a duplicate |
Describe the bug
In the current version, Kafka authentication only supports
PLAIN
mode, not supportSCRAM-SHA-256
orSCRAM-SHA-512
. For this issue. I have already added support and commit a new PR later.To Reproduce
Steps to reproduce the behavior:
server.properties
, like this:For the details can refer: kafka-documentation
Currently, only support mechanisms, like this:
Expected behavior
Expand to support mechanisms that
SCRAM-SHA-256
orSCRAM-SHA-512
Add a new parameter for Kafka, like this:
Screenshots
Currently, connection status that using
SCRAM-SHA-256
orSCRAM-SHA-512
Kafka serverVersion (please complete the following information):
The text was updated successfully, but these errors were encountered: