masumsoft / express-cassandra

Cassandra ORM/ODM/OGM for NodeJS with support for Apache Cassandra, ScyllaDB, Datastax Enterprise, Elassandra & JanusGraph.
http://express-cassandra.readthedocs.io
GNU Lesser General Public License v3.0
228 stars 67 forks source link

Trying to run save / find query, but throws error "Error during save query on DB -> ResponseError: User meg has no ALTER permission on <keyspace> or any of its parents" #248

Closed gopalakrishnanmadhesan closed 2 years ago

gopalakrishnanmadhesan commented 2 years ago

Trying to run find query, but throws error

"Error during save query on DB -> ResponseError: User meg has no ALTER permission on or any of its parents"

masumsoft commented 2 years ago

Please check your user permissions on the keyspace. Express cassandra requires full permission on the keyspace to create and alter tables.

https://docs.datastax.com/en/security/5.1/security/secDataPermission.html