Hi Bhavesh,
In order to control the access to cassandra, you need to enable authentication and authorization in cassandra. However, both are disabled in a10 cassandra, so I don't have much experience on this requirement. Thanks, Guang ________________________________ From: Bhavesh Prajapati via dev <dev@cassandra.apache.org> Sent: Friday, July 22, 2022 9:29:04 AM To: dev@cassandra.apache.org Subject: Grant Read-Only access on Production Cassandra Keyspace Hi, There is a requirement to grant Read-Only access to dev team on Production Cassandra Keyspace. In RDS MySQL, we can leverage Read-Replica so that dev can run queries without causing any performance issue on live database. How can I grant read-only access on Cassandra keyspace and also ensure that it does not negatively impact performance to live cluster ? Thanks, Bhavesh