smiklosovic commented on code in PR #3085:
URL: https://github.com/apache/cassandra/pull/3085#discussion_r1478682660
##########
src/java/org/apache/cassandra/auth/MutualTlsAuthenticator.java:
##########
@@ -69,6 +70,12 @@ public class MutualTlsAuthenticator implements IAuthenticator
private static final String CACHE_NAME = "IdentitiesCache";
private final IdentityCache identityCache = new IdentityCache();
private final MutualTlsCertificateValidator certificateValidator;
+ static final String MODE = "mtls";
Review Comment:
should be extracted to that `AuthenticationMode` enum.
--
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]