Skip to content
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: allow disabling kerberos FAST in sarama client #6189

Merged
merged 1 commit into from
Oct 18, 2024

Commits on Oct 14, 2024

  1. kafka: allow disabling FAST in sarama client

    Our sarama client has kerberos FAST negotiation turned on by default,
    but there are KDCs that can't handle FAST negotiation and will fail.
    There is an option to configure this on the sarama client, but we didn't
    expose it anywhere, so users couldn't get to it.
    
    This just adds an additional auth parameter to AuthConfig to expose that
    configuration option so users who need to shut off FAST are able to do
    so.
    
    Signed-off-by: John Kyros <jkyros@redhat.com>
    jkyros committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    18264ad View commit details
    Browse the repository at this point in the history