Securing a table
How to secure a table.
Use role-based security commands to control access to keyspaces and objects.
Change the following settings in the cassandra.yamlto enable
authentication and
authorization:
authenicator: PasswordAuthenticator
authorizer: CassandraAuthorizer
And
then restart Cassandra to apply the changes.