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

Feature: added sasl scram 256 and 512 functionality #1392

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

0807Jpatel
Copy link

@0807Jpatel 0807Jpatel commented Mar 20, 2020

added scram-sha-256 and scram-sha-512 protocol support for kafka 0.11+.

@0807Jpatel 0807Jpatel changed the title feat: added sasl scram 256 and 512 functionality Feature: added sasl scram 256 and 512 functionality Mar 21, 2020
@0807Jpatel
Copy link
Author

@hyperlink Could you please review this.

const request = protocol.encodeSaslAuthenticateRequest(this.clientId, correlationId, apiVersion, auth);
let request = null;
let decode = null;
let decodeArgs = null;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we write this way let request, decode, decodeArgs =null;

@georgelupu
Copy link

georgelupu commented Apr 1, 2021

Are there any plans to merge this PR to master, so we can have SASL/SCRAM support in the kafka-node module?

@valeeum
Copy link

valeeum commented Mar 16, 2022

Can we get this merged?

@idiotzzz
Copy link

idiotzzz commented Sep 9, 2024

An error message is displayed when you connect to the ConsumerGroup using RAM-SHA-512. Authentication failed during authentication due to invalid credentials with SASL mechanism SCRAM-SHA-512

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.

5 participants