-
apache kafka cluster already support the scram-sha-256 and scram-sha-512 user authrization, but kafka operator only support the scram-sha-512. In order to support Kafka more completely, we should also add scram-sha-256. |
Beta Was this translation helpful? Give feedback.
Answered by
scholzj
Mar 26, 2022
Replies: 1 comment
-
I don't think we plan to add support for it right now. It would be relatively lot of work to add it and to maintain it with only a little benefit given we already support SCRAM-SHA-512. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
yinkp666
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't think we plan to add support for it right now. It would be relatively lot of work to add it and to maintain it with only a little benefit given we already support SCRAM-SHA-512.