Re: Digest-MD5 authentication between kafka and zookeeper

2023-12-03 Thread arjun s v
ule required > user_super="adminsecret"; }; Now after making this change, I can make the kafka nodes as world-readable and modifiable only by brokers (as mentioned in kafka doc) Thanks and regards Arjun S V On Thu, Nov 23, 2023 at 10:57 AM arjun s v wrote: > Hi Alex Brekken, > >

Re: Digest-MD5 authentication between kafka and zookeeper

2023-11-22 Thread arjun s v
 AM Alex Brekken wrote: > I see a couple of things that look wrong. First, remove this line from your > ZK config: > > zookeeper.authProvider.1=org.apache.zookeeper.server.auth.DigestAuthenticationProvider. > And replace it with this: > > authProvider.sasl=org.apache.zookeeper.s

Re: Digest-MD5 authentication between kafka and zookeeper

2023-11-11 Thread arjun s v
(you need both - in this case > the broker is the "client" and ZK is the "server"). Are you able to share > the jaas config you're using for both Kafka and ZK? Without seeing that > it's tough to know. Also, to make troubleshooting easier you might want to >

Re: Digest-MD5 authentication between kafka and zookeeper

2023-11-09 Thread arjun s v
ot sure what you mean here. > > " If I set zookeeper.set.acl=true, I'm forced to configure TLS." > Hmm, that config shouldn't have anything to do with TLS. You can set ACL's > with or without TLS encryption. Were you getting an error? > > On Wed, Nov

Re: Digest-MD5 authentication between kafka and zookeeper

2023-11-09 Thread arjun s v
ot sure what you mean here. > > " If I set zookeeper.set.acl=true, I'm forced to configure TLS." > Hmm, that config shouldn't have anything to do with TLS. You can set ACL's > with or without TLS encryption. Were you getting an error? > > On Wed, Nov

Re: Digest-MD5 authentication between kafka and zookeeper

2023-11-08 Thread arjun s v
Team, Please consider this as high priority, we need to enable authentication ASAP. Please assist. On Tue, Nov 7, 2023 at 4:38 PM arjun s v wrote: > Hi team, > > I'm trying to configure *Digest-MD5* authentication between kafka and > zookeeper. > Also I need to set ACL wi

Digest-MD5 authentication between kafka and zookeeper

2023-11-07 Thread arjun s v
kafka to enable Digest-MD5 authentication. I cannot configure kerberos or TLS, just a Digest-MD5 is sufficient for my usecase. Please let me know if there are any docs to enable Digest-MD5 auth between kafka and zookeeper. Regards, Arjun S V