Open Infinnerty opened 1 year ago
Thanks for the report on this. I don't think we've had anyone use SASL/SCRAM before for the registry. Sorry we missed this originally, but it makes sense to support it. We're in the middle of a few other things at Rubin Observatory so I'm not sure I can jump on this immediately, so PRs might be accepted otherwise we'll try to get it in the next few weeks.
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: