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

Does support the Kerberos based authentication? #424

Open
nellaivijay opened this issue Jul 13, 2018 · 5 comments
Open

Does support the Kerberos based authentication? #424

nellaivijay opened this issue Jul 13, 2018 · 5 comments

Comments

@nellaivijay
Copy link

Does support the connectivity to kafka cluster if it kerberosized?

@cluyihunter
Copy link

yes, but the support is limited, at least based on my experience
related to issue #333
try setting handshake-first=true under sasl
and noverify=true for tls
no such support for zookeeper servers though

@jrevillard
Copy link

jrevillard commented Oct 16, 2018

I'm also interested in keytab authentication... any update please (brokers configured with SASL_SSL)?

@peterolivo
Copy link

I am bumping this issue as I am wondering the same thing as @jrevillard
Can burrow connect to brokers config'd with SASL_SSL?

@rja1
Copy link

rja1 commented Nov 15, 2018

Didn't ever see an update here. So, can Burrow auth using SASL_PLAINTEXT + Keytab ?

Thanks much!

@jrevillard
Copy link

jrevillard commented Nov 7, 2019

As far as I know, no... but sarama (which is used by Burrow) does since version 1.2.3 (Add kerberos support (IBM/sarama#1366))

It seems that the options needs to be exposed :
https://github.com/Shopify/sarama/pull/1366/files#diff-b4bda758a2aef091432646c354b4dc59R532

Apparently, this has to be done here:

if viper.IsSet(configRoot + ".sasl") {

Best,
Jerome

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

No branches or pull requests

5 participants