Getting the following error:
{ "description": "Role unauthorized for operation: Invalid clientID or hash provided", "code": 401 }
Tried out using REST API (from postman) and using nodejs driver in both case got the authorization error.
in postman used the header: X-Cassandra-Token
in nodejs client used: username and password config
Any help is appreciated