Re: Turn off automatic granting

2021-06-08 Thread Erick Ramirez
There's definitely a case for separation of duties. For example, admin roles who have DDL permissions should not have DML access. To achieve this, you'll need to manage the permissions at a granular level and revoke permissions from the role. Cheers! >

Turn off automatic granting

2021-06-08 Thread Jonathan Koppenhofer
Hi, In a highly managed environment "automatics granting" ( https://cassandra.apache.org/doc/latest/cql/security.html#automatic-granting) may not always be desirable. Is there any way to turn this off? Or what have people done to work around cases where they don't want this. Some use cases: - We