Construction of client_secret
fails for KafkaUser
configured with SASL/SCRAM
#83
Labels
enhancement
New feature or request
Milestone
Hi, I'm having trouble deploying to a cluster with
scram-sha-512
authentication.It appears your code tries to construct a
client_secret
using the secret generated for a user.This secret does not contain a
ca.crt
, oruser.crt
oruser.key
field. It looks like this:And is created using:
I think the code failing is here:
Is this approach supported? I'm not using TLS on the listener I'd like the schema registry to use:
The text was updated successfully, but these errors were encountered: