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
Description
there is issue using ScramLoginModule for authentication configuration in docker image /camunda/zeebe:8.2.5
Caused by: javax.security.auth.login.LoginException: No LoginModule found for org.apache.kafka.common.security.scram.ScramLoginModule
config:
linger.ms=5 buffer.memory=8388608 batch.size=32768 max.block.ms=5000 security.protocol=SASL_SSL ssl.truststore.location=/tmp/truststore.jks ssl.truststore.password=password sasl.mechanism=SCRAM-SHA-512 tls.insecure-skip-tls-verify=true tls.enabled=true sasl.enabled=true sasl.jaas.config=org.apache.kafka.common.security.scram.ScramLoginModule required username='username' password='password';
A clear and concise description of what this issue is about.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
there is issue using ScramLoginModule for authentication configuration in docker image /camunda/zeebe:8.2.5
Caused by: javax.security.auth.login.LoginException: No LoginModule found for org.apache.kafka.common.security.scram.ScramLoginModule
config:
A clear and concise description of what this issue is about.
The text was updated successfully, but these errors were encountered: