tolbertam commented on code in PR #2969:
URL: https://github.com/apache/cassandra/pull/2969#discussion_r1446257821
##########
src/java/org/apache/cassandra/auth/MutualTlsWithPasswordFallbackAuthenticator.java:
##########
@@ -46,13 +46,21 @@ public void setup()
mutualTlsAuthenticator.setup();
}
+ @Override
+ public boolean supportsEarlyCertificateAuthentication()
Review Comment:
We set `supportsEarlyCertificateAuthentication` to true here because if the
client provides a certificate, Cassandra will try to verify against it. If
not, it will send an `AUTHENTICATE` message back tot he client, and continue
with the usual password-based auth flow.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]