jyothsnakonisa commented on code in PR #2372:
URL: https://github.com/apache/cassandra/pull/2372#discussion_r1275457874


##########
src/java/org/apache/cassandra/auth/AuthConfig.java:
##########
@@ -61,7 +61,7 @@ public static void applyAuth()
         // the configuration options regarding credentials caching are only 
guaranteed to
         // work with PasswordAuthenticator, so log a message if some other 
authenticator
         // is in use and non-default values are detected
-        if (!(authenticator instanceof PasswordAuthenticator)
+        if (!(authenticator instanceof PasswordAuthenticator || authenticator 
instanceof MutualTlsAuthenticator)

Review Comment:
   No, I think this is related to change logging when some cache configuration 
properties change in password authenticator and mTLS authenticator. We are 
using common cache configuration properties for both password authenticator and 
mTLS authenticator.



-- 
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]

Reply via email to