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,
>
>
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
(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
>
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
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
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
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