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

add kerberos domain name config for gssapi sasl mechanism handshake #1542

Merged
merged 1 commit into from
Aug 31, 2018

Conversation

the-sea
Copy link
Contributor

@the-sea the-sea commented Jul 13, 2018

Fix the related issue #1539


This change is Reviewable

@@ -179,6 +181,7 @@ class KafkaClient(object):
'sasl_plain_username': None,
'sasl_plain_password': None,
'sasl_kerberos_service_name': 'kafka',
'kerberos_domain_name': None
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's maintain the sasl_ prefix here (so sasl_kerberos_domain_name)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, thank you.

@dpkp dpkp merged commit 36b53f4 into dpkp:master Aug 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants