-
Notifications
You must be signed in to change notification settings - Fork 801
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
How to use SASL_PLAINTEXT (Kerberos) with Burrow #584
Comments
Hi @apellegr06 - I have been trying to setup SASL_SSL with no luck far, but I think the configuration below should work for plaintext. `[sasl.mysasl] [client-profile.test] |
There is no documentation about connecting to Kafka with keytabs or using sasl.mechanism GSSAPI. Although there is no documentation I can see following issue which is closed: #204 and reference here #283. This means that in Burrow 1.0 this communication should be possible. @toddpalino is it possible to confirm this? Would be grateful :) |
@toddpalino - I would also like to know that do we support Kafka with keytabs or using sasl.mechanism GSSAP , If yes is there documentation or sample we can follow to specify keytab file. @iMajna @trijimonpr @apellegr06 - if you have any details please forward to me. |
@bai @timbertson - Do guys have any update here ? thanks.. |
I am a Go noob,and I tried to use SASL_PLAINTEXT (Kerberos) with Burrow. I tried to use this patch:
and this is my Burrow config for Kerberos
I modified krb5.conf because of this
Retrieving the appropriate tickets seems to go without any issues. However, when this function is executed I get some trouble.Here is which line throw EOF exception. Logs:
Maybe these can help. |
I think the problem is that a raw GSSAPI request (GSS_API_INITIAL )is sent to the broker which is rejected because it is not encapsulated in a kafka protocol header. As the broker does not reply, you get an EOF. |
Have anyone found a workaround as yet? |
are we ready for SASL_SSL (kerberos) |
Update sarama with a fix for #1697 , I can use SASL_PLAINTEXT (Kerberos) with Burrow now. |
Is it possible to use SASL_PLAINTEXT (Kerberos) with Burrow and if yes how to configure the jaas file path ?
The text was updated successfully, but these errors were encountered: