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

Caused by: javax.security.auth.login.LoginException: No LoginModule found for org.apache.kafka.common.security.scram.ScramLoginModule #387

Open
jevgenij-alterman opened this issue Mar 1, 2024 · 0 comments

Comments

@jevgenij-alterman
Copy link

jevgenij-alterman commented Mar 1, 2024

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.

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

1 participant