Open nellaivijay opened 6 years ago
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
I'm also interested in keytab authentication... any update please (brokers configured with SASL_SSL)?
I am bumping this issue as I am wondering the same thing as @jrevillard Can burrow connect to brokers config'd with SASL_SSL?
Didn't ever see an update here. So, can Burrow auth using SASL_PLAINTEXT + Keytab ?
Thanks much!
As far as I know, no... but sarama (which is used by Burrow) does since version 1.2.3 (Add kerberos support (https://github.com/Shopify/sarama/pull/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: https://github.com/linkedin/Burrow/blob/334be9125dcb3d0b5cddbee3f69cb956419d5a9e/core/internal/helpers/sarama.go#L118
Best, Jerome
Does support the connectivity to kafka cluster if it kerberosized?