I am using Postman to make an HTTP rest call to DataStax Astra Cassandra DB to select on a table but it's telling me I don't have select table permission even though the user for the token I'm providing does have that permission.
Here are my inputs
Authorization Type
API Key
Key
X-Cassandra-Token
Value
$ASTRA_DB_APPLICATION_TOKEN
^ of course replaced with my actual token AstraCS::...
And here is the json response I get back
{
"description": "Role unauthorized for operation: Not authorized to access keyspace.table for SELECT (from source api: rest)",
"code": 401
}
I double checked that the role associated with the token does have the select table permission.