-
Notifications
You must be signed in to change notification settings - Fork 119
Exposing sasl.jaas.config setting #313
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same comments as for the output plugin you made the changes for -
Nearly there - couple of small changes.
Build errors are unrelated due to an error downloading dependencies in the integration test - I will fix these in a separate PR
@vbohata Apologies for the delay - would you mind rebasing to the latest and resubmitting? This looks just about ready to go |
rebased |
@karenzone Would you mind giving this a look too? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for including the documentation, @vbohata. The docs build cleanly and LGTM.
@vbohata This is good to go - the build issues are an internal issue unrelated to your changes that I will subsequently fix. Once you give me the go ahead, I will merge this patch and publish it shortly afterwards, once I've fixed the CI issues Thank you for your contribution! |
Great, you can merge it. Thanks. |
Simple change which adds sasl_jaas_config allowing to set JAAS per plugin config instead of entire java process. Requested by for example here: #203 ...