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

Allow setting of custom auth module for kafka sasl handler #235

Open
pthalasta opened this issue Jan 16, 2022 · 0 comments
Open

Allow setting of custom auth module for kafka sasl handler #235

pthalasta opened this issue Jan 16, 2022 · 0 comments

Comments

@pthalasta
Copy link

Current versions of kafka output/input plugins do not provide a configuration to set sasl.client.callback.handler.class within the logstash config making it difficult to use kafka output/input with custom auth modules. Users can add custom jars to the lib folder of logstash or in the classpath and use this configuration to provide auth for their kafka env.

I've made changes to the files locally and tested on the steps that need to be done within the plugin's ruby file where the consumer/producer is created. Happy to contribute and open PR if required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant