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

Adding SASL users dynamically without cluster restart #1458

Open
jiovanmichel opened this issue Dec 17, 2021 · 0 comments
Open

Adding SASL users dynamically without cluster restart #1458

jiovanmichel opened this issue Dec 17, 2021 · 0 comments

Comments

@jiovanmichel
Copy link

Case

How can i create dynamically multiple user_access = "password" and add the configuration in the server.properties file without restarting Kafka.

I using SASL / PLAIN

Example with SASL / SCRAM

bin/kafka-configs.sh --zookeeper localhost:2181 --alter --add-config 'SCRAM-SHA-256=[iterations=8192,password=alice-secret],SCRAM-SHA-512=[password=alice-secret]' --entity-type users --entity-name alice

Any example of how to add using SASL / PLAIN?

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