We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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="";
The text was updated successfully, but these errors were encountered:
actual for me
Sorry, something went wrong.
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" }
No branches or pull requests
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="";
The text was updated successfully, but these errors were encountered: