Re: Restricting data access at column and/or row level

2023-10-04 Thread Nitan Kainth
Thanks Stefan.What is tentative release time?Regards,NitanCell: 510 449 9629On Oct 3, 2023, at 7:26 PM, Miklosovic, Stefan wrote:Hi,columns can be restricted per user by Dynamic Data Masking (will be in 5.0).https://cassandra.apache.org/doc/trunk/cassandra/developing/cql/dynamic_data_masking.html

Re: Restricting data access at column and/or row level

2023-10-03 Thread Miklosovic, Stefan
. From: Nitan Kainth Sent: Tuesday, October 3, 2023 23:31 To: cassandra Subject: Restricting data access at column and/or row level You don't often get email from nitankai...@gmail.com. Learn why this is important<https://aka.ms/LearnAboutSenderIdentification> NetApp Security WARNI

Restricting data access at column and/or row level

2023-10-03 Thread Nitan Kainth
Hi Team, I have a requirement to grant select privileges on a table to some user restricting few columns and few rows. Something like this: c1 | c2 | c3 | c4 +++ 5 | 1 | 5 | 1 10 | 1 | 1 | 1 1 | 1 | 1 | 1 8 | 1 | 1 | 1 2 | 1 | 1 | 1 4 | 1 | 1 | 1 7 |