-
Notifications
You must be signed in to change notification settings - Fork 352
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 failure : wrong Token ID. Expected 0504, was 6030 #601
Comments
Hey @salastrue , Sorry for not being more helpful here, but if you figure something out I'm happy to help. |
Hi @weeco, Thanks for your response. I have been investigating a little more and I have seen that inside the library that you mention that is used for the connection (gokrb5) there is an open issue: jcmturner/gokrb5#460 (comment) and a PR: Add support for Wrap Tokens v1 that makes reference to my error ( From your side, would there be any way to solve this problem, or would we have to wait for the corresponding gokrb5 PR to be approved? Thanks in advance! |
The gokrb5 is a transitive dependency (franz-go uses it). Thus, I think we have to wait until this PR get's merged and franz-go updates the gokrb5 library (franz-go is very actively maintained though). If you know any way to workaround this issue, please let me know and I'll try to help. |
gokrb5 is mostly unmaintained and there is no other Kerberos library in the Go ecosystem. Unless gokrb5 fixes things, we can't do anything here. Closing for now. |
Hi,
I am trying to connect the redpanda console to a Kafka cluster that is kerberized. This cluster only supports two encryption types: rc4-hmac and _aes256-ct_s.
I have tried to connect with keytabs with both types of encryption and this configuration at sasl field at config.yaml:
They both generate the same failure:
I am using redpanda_console_2.1.1_windows_64-bit.zip for windows and running with openjdk 11 2018-09-25
I have seen in some related issues such as 274#issuecomment-924053396 or 1400#issue-455423482 that it may be a bug of the type of encryption supported, in this case rc4-hmac is deprecated.
Is this true for this case?
Is there any restriction on encryption when using kerberos?
What can the token id error mean? Is my configuration OK?
The text was updated successfully, but these errors were encountered: