maxim-chn opened a new pull request, #2504: URL: https://github.com/apache/cassandra/pull/2504
I have added functionality that refines query `LIST ROLES` with options: - SUPERUSER. - LOGIN. If client tries to use options PASSWORD or HASHED_PASSWORD, they will see an error - as confidential information should be known to direct role owner only. Queries with `DATACENTER` and `OPTIONS` will be parsed, but have no filtering effect. I did not want to overload parser with additional `options` rule that doesn't have these two options. patch by Maxim Chanturiay; reviewed by Please Fill In :) for CASSANDRA-18018 Co-authored-by: Shailaja Koppu <please fill in> Co-authored-by: Sam Tunnicliffe <please fill in here> ``` The [Cassandra Jira](https://issues.apache.org/jira/projects/CASSANDRA/issues/) -- 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]

