cassandra/src
Benjamin Lerer df6ecaae1c Allow to grant permission for all tables in a keyspace
Patch by Benjamin Lerer; Review by Andres de la Peña and Ekaterina Dimitrova for CASSANDRA-17027

In some cases it is useful to prevent users to alter or drop a keyspace
while allowing them to create new tables.
This patch add support for a new DataResource below KEYSPACE but above
TABLE. The syntax to grant permission at this level in ALL TABLES IN
KEYSPACE.
2021-10-20 14:09:02 +02:00
..
antlr Allow to grant permission for all tables in a keyspace 2021-10-20 14:09:02 +02:00
java/org/apache/cassandra Allow to grant permission for all tables in a keyspace 2021-10-20 14:09:02 +02:00
resources/org/apache/cassandra Make cqlsh use the same set of reserved keywords than the server uses 2021-07-13 11:45:25 +01:00