Re: Digest-MD5 authentication between kafka and zookeeper

2023-12-03 Thread arjun s v
or without TLS encryption. Were you getting an error?" >> > > > >> > > > >> > > > "Fatal error during KafkaServer startup. Prepare to shutdown" >> > > > "java.lang.SecurityException: zookeeper.set.acl is true, but

Re: Digest-MD5 authentication between kafka and zookeeper

2023-11-22 Thread arjun s v
nfig=./../config/kafka_server_jaas.conf, > > > > zookeeper.sasl.client=false, > > zookeeper.sasl.clientconfig=default:Client] > > > > > > > > at > kafka.server.KafkaServer.initZkClient(KafkaServer.scala:445) > > > > > > > >

Re: Digest-MD5 authentication between kafka and zookeeper

2023-11-12 Thread Alex Brekken
the doc you suggested, > > > I cannot configure SSL as I already mentioned, If I skip ssl config > part > > > from your suggested doc and tried Digest-MD5, I come up "saslToken > > missing" > > > exception which I mentioned above! > > > I d

Re: Digest-MD5 authentication between kafka and zookeeper

2023-11-11 Thread arjun s v
; exception which I mentioned above! > > I don't really understand what saslToken is and how to make it get > > generated for Digest auth! > > Please assist! > > > > On Thu, Nov 9, 2023 at 7:15 PM Alex Craig wrote: > > > > > " I co

Re: Digest-MD5 authentication between kafka and zookeeper

2023-11-10 Thread Alex Brekken
keeper.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 8, 2023 at 11:35 PM arjun s v wrote: > &

Re: Digest-MD5 authentication between kafka and zookeeper

2023-11-09 Thread arjun s v
8, 2023 at 11:35 PM arjun s v wrote: > > > 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

Re: Digest-MD5 authentication between kafka and zookeeper

2023-11-09 Thread arjun s v
8, 2023 at 11:35 PM arjun s v wrote: > > > 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

Re: Digest-MD5 authentication between kafka and zookeeper

2023-11-09 Thread Alex Craig
; 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 > >

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
Hi team, I'm trying to configure *Digest-MD5* authentication between kafka and zookeeper. Also I need to set ACL with digest scheme and credentials. I don't want to enable SASL. I tried to follow this <https://cwiki.apache.org/confluence/display/ZOOKEEPER/Client-Server+mutual+authen