RE: SASL error when tring to connect kafka to kerberos server

2016-11-07 Thread HE Ye
2016 8:39 PM To: users@kafka.apache.org Subject: Re: SASL error when tring to connect kafka to kerberos server //server is using a JAAS-authenticated subject: determine service principal name and hostname from kafka server's subject. elevated privilege authentication implements thru kafka-

Re: SASL error when tring to connect kafka to kerberos server

2016-11-04 Thread Martin Gainty
gn-on using Kerberos Version 5 ... From: HE Ye Sent: Friday, November 4, 2016 5:34 AM To: users@kafka.apache.org; yassine chantit Subject: RE: SASL error when tring to connect kafka to kerberos server Hi, This is my server.properties (It works fine in SSL mode)

RE: SASL error when tring to connect kafka to kerberos server

2016-11-04 Thread HE Ye
] Sent: Friday, November 04, 2016 5:21 PM To: users@kafka.apache.org; yassine chantit Subject: Re: SASL error when tring to connect kafka to kerberos server Are you specifying the option << —security-protocol SASL_PLAINTEXT >> in your command as well? > Le 4 nov. 2016 à 08:56,

Re: SASL error when tring to connect kafka to kerberos server

2016-11-04 Thread Yacine Chantit
Are you specifying the option << —security-protocol SASL_PLAINTEXT >> in your command as well? > Le 4 nov. 2016 à 08:56, yassine chantit a écrit > : > > Hi,Did you have in your jaas conf a section to configure zookeeper client to > use kerberos as well ?Something like this : Client { >

RE: SASL error when tring to connect kafka to kerberos server

2016-11-04 Thread HE Ye
2016 4:57 PM To: users@kafka.apache.org Subject: Re: SASL error when tring to connect kafka to kerberos server Hi,Did you have in your jaas conf a section to configure zookeeper client to use kerberos as well ?Something like this : Client {    com.sun.security.auth.module.Krb5LoginModule req

Re: SASL error when tring to connect kafka to kerberos server

2016-11-04 Thread yassine chantit
Hi,Did you have in your jaas conf a section to configure zookeeper client to use kerberos as well ?Something like this : Client {    com.sun.security.auth.module.Krb5LoginModule required   useKeyTab=true    keyTab="/path/to/client/keytab"   storeKey=true   useTicketCache=true  

RE: SASL error when tring to connect kafka to kerberos server

2016-11-04 Thread HE Ye
Hello expert, I need help with the following error. I was tring to connect kafka to kerveros server to verify SASL. I see this error when ZkClient tries to authenticate with the zookeeper server. In the Kerberos logs I see tickets being exchanged. I followed everything in documentation. Could