changefeedccl: support SCRAM-SHA-256 and SCRAM-SHA-512 sasl authentication mechanisms #55788
Labels
A-cdc
Change Data Capture
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
T-cdc
Is your feature request related to a problem? Please describe.
The Confluent Platform (see here) and MKS (see here) support SASL authentication using a SCRAM protocol. We currently only support the
PLAIN
SASL mechanism. On MKS, it appears that password authentication requires this mechanism.Describe the solution you'd like
We should support a new
sasl_mechansim
which would allow the client to specify an alternative toPLAIN
.Describe alternatives you've considered
Both MKS and Confluent Platform support certificate based authentication. That can be utilized to build secure authentication but may not be advisable for practical reasons or other issues regarding key management and revocation.
Epic CRDB-2256
The text was updated successfully, but these errors were encountered: