-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Support Kerberos authentication in Kafka #655
Support Kerberos authentication in Kafka #655
Comments
Below is a draft custom resource for a Kafka cluster, using overrides. a few things to note:
|
Herre is a sample client job:
A sample kcat callout from this pod:
|
See also stackabletech/docker-images#874 |
Not sure how to proceed with this: we have a working solution that allows clients to connect to one or more of the broker listeners, but not the listener bootstrap. Here are some open points/questions:
|
We have a fix:
|
Docs are here. |
Thank you! And could you also include a snippet for the release notes please? |
|
Currently we only support mutual tls as authentication mechanism, especially in existing installations, Kerberos may be a preferred way of doing this.
See stackabletech/decisions#28
The text was updated successfully, but these errors were encountered: