ayushisingh29 opened a new pull request, #3579: URL: https://github.com/apache/cassandra/pull/3579
Use nodetool to update the authorizer and authenticator on a node. ``` nodetool getauthenticator nodetool getauthorizer nodetool setauthenticator <authenticator.class> nodetool setauthorizer <authorizer.class> ``` patch by @ayushisingh29 [CASSANDRA-19957](https://issues.apache.org/jira/browse/CASSANDRA-19957) -- 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]

