Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scram: use c-nonce s-nonce, not just c-nonce, in client-reply-final
Kafka does not validate the nonce properly right now, which is why this worked. Same for redpanda. https://issues.apache.org/jira/browse/KAFKA-13464 redpanda-data/redpanda#3015 This also uses RawStdEncoding for nonce since we just care about printable (not base64), and we use the escaper for auth.Zid.
- Loading branch information