adelapena opened a new pull request, #2146: URL: https://github.com/apache/cassandra/pull/2146
Add new SELECT_MASKED permission. It allows to run SELECT queries filtering the clear values of masked columns. Superusers have it by default, whereas regular users don't have it by default. Users without UNMASK nor SELECT_MASKED permission won't be authorised to use masked columns on the WHERE part of a SELECT query. -- 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]

