-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
kafka sasl-mechanism auth support #8318
Conversation
waiting for some confirmation that this works |
I'm really interested in this feature. any plans to merge? |
Absolutely. I'd love it if you could try it out and provide feedback. You can grab the build at one of these to try it out |
Hello @ssoroka Installed telegraf-1.17.0%7Ef45cc9e1-0.x86_64.rpm. Here the snippet of kafka output section:
Telegraf doesn't start. Seems that sasl_mechanism is not recognised.
|
k, I'll investigate and respond shortly |
so I had only added it for the inputs.kafka_consumer, but I'm adding it now to the outputs.kafka.. but I realize I also missed a bunch of stuff. will add this shortly. |
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.
Looks great. Let's merge as soon as we get a successful test
Hello @ssoroka works! I'm connected to my kafka brokers using SCRAM-SHA-512 authentication. |
@ssoroka: Thanks a lot for all about SCRAM. Linked to: |
GSSAPI is still listed as experimental? Why is that the case? |
No description provided.