kt
kt copied to clipboard
New Auth Mechanism SASL_SSL SCRAM-SHA-256
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=
actual for me
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"
}