-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Kerberos authentication fails to authorize client #1658
Comments
I've managed to capture the exception from Kafka:
|
Do you have solved the problem?I have the same problem. If you solved the problem, please tell me the solution.Thank you! [email protected] |
Hi, this looks like the same problem I am having. |
My workaround is to revert this change: bfff38f#diff-1ff0e08b38d4f797052ed2d9404801d8L6 |
Hi @kvch - Yes, this works also for me. Thanks for your comment ;-) |
Versions
Configuration
What configuration values are you using for Sarama and Kafka?
Logs
logs: CLICK ME
Problem Description
I am trying to connect to a Kafka via Kerberos. Retrieving the appropriate tickets seems to go without any issues. However, when this function is executed I get "unexpected EOF":
when trying to read the package payload.
I have tried reverting this commit, but the error is still present.
I can connect to the Kafka instance from the Docker container I am using without the Kerberos authentication.
Let me know if I missed anything. Thank you for taking the time to look at my issue.
The text was updated successfully, but these errors were encountered: