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

New Auth Mechanism SASL_SSL SCRAM-SHA-256 #144

Open
vijeyanidhi opened this issue Oct 1, 2023 · 2 comments
Open

New Auth Mechanism SASL_SSL SCRAM-SHA-256 #144

vijeyanidhi opened this issue Oct 1, 2023 · 2 comments

Comments

@vijeyanidhi
Copy link

Hi,

Is it possible to support a new auth mechanism

security.protocol=SASL_SSL
sasl.mechanism=SCRAM-SHA-256
ssl.endpoint.identification.algorithm=

This uses,
ssl.truststore.location=
ssl.truststore.password=
sasl.jaas.config=org.apache.kafka.common.security.scram.ScramLoginModule required username="" password="";

@kripsy
Copy link

kripsy commented Jan 24, 2024

actual for me

@naude-r
Copy link

naude-r commented Apr 8, 2024

PR #146 was added with support for SCRAM-SHA-256.

@vijeyanidhi can you please apply the PR and check if it works for you?

a sample auth.json file:

{
  "mode": "SASL",
  "sasl_plain_user": "<username",
  "sasl_plain_password": "<password>",
  "security_protocol": "SASL_SSL",
  "sasl_mechanism": "scram-sha256"
}

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

No branches or pull requests

3 participants