smiklosovic commented on code in PR #3579:
URL: https://github.com/apache/cassandra/pull/3579#discussion_r1778647686
##########
src/java/org/apache/cassandra/service/StorageServiceMBean.java:
##########
@@ -814,6 +814,10 @@ default int upgradeSSTables(String keyspaceName, boolean
excludeCurrentVersion,
public int getConcurrentCompactors();
public void setConcurrentCompactors(int value);
+ public String getAuthenticator();
+ public void setAuthenticator(String value);
+ public String getAuthorizer();
+ public void setAuthorizer(String value);
Review Comment:
what about RoleManager?
--
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]