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

Support for authorization on kafka instance #57

Open
csuryac opened this issue May 2, 2021 · 2 comments
Open

Support for authorization on kafka instance #57

csuryac opened this issue May 2, 2021 · 2 comments

Comments

@csuryac
Copy link

csuryac commented May 2, 2021

Does this support Kafka which is enabled with SASL . how do we pass the config file has authorization details

@r-glyde
Copy link
Contributor

r-glyde commented May 4, 2021

Yeah, this just uses the underlying kafka admin client so everything needed should be supported (we use this with SSL fine). Some examples here but essentially you can either pass the property as a command line argument (e.g. --properties security.protocol=SSL,ssl.keystore.password=bar) or you can set via environment variables that are just the property name uppercased prefixed with KAFKA_ (with _ replacing .) e.g. KAFKA_SECURITY_PROTOCOL=SSL.

@nc-ruth
Copy link

nc-ruth commented Nov 22, 2021

@r-glyde do you know if kafka-configurator supports username + password (SASL/SCRAM)?

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

3 participants