Skip to content

Feature: added sasl scram 256 and 512 functionality#1392

Open
0807Jpatel wants to merge 5 commits into
SOHU-Co:masterfrom
0807Jpatel:feat/sasl_scram
Open

Feature: added sasl scram 256 and 512 functionality#1392
0807Jpatel wants to merge 5 commits into
SOHU-Co:masterfrom
0807Jpatel:feat/sasl_scram

Conversation

@0807Jpatel
Copy link
Copy Markdown

@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
Copy Markdown
Author

@hyperlink Could you please review this.

Comment thread lib/kafkaClient.js Outdated
const request = protocol.encodeSaslAuthenticateRequest(this.clientId, correlationId, apiVersion, auth);
let request = null;
let decode = null;
let decodeArgs = null;
Copy link
Copy Markdown

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
Copy Markdown

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
Copy Markdown

valeeum commented Mar 16, 2022

Can we get this merged?

@idiotzzz
Copy link
Copy Markdown

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

@Neustradamus
Copy link
Copy Markdown

Dear all,

Any progress on it?

Linked to:

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.

6 participants