smiklosovic commented on code in PR #4427:
URL: https://github.com/apache/cassandra/pull/4427#discussion_r2474293632
##########
src/java/org/apache/cassandra/auth/PasswordAuthenticator.java:
##########
@@ -75,6 +75,18 @@ public class PasswordAuthenticator implements
IAuthenticator, AuthCache.BulkLoad
public static final String PASSWORD_KEY = "password";
private static final Set<AuthenticationMode> AUTHENTICATION_MODES =
Collections.singleton(AuthenticationMode.PASSWORD);
+ @VisibleForTesting
+ static final Set<IRoleManager.Option> SUPPORTED_ROLE_OPTIONS =
+ ImmutableSet.of(IRoleManager.Option.PASSWORD,
Review Comment:
you know what to do :)
--
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]