My enviroment: myastracluster in Datastax Astra
I am getting this error when I am trying to access keyspace spacecraft via spring:
[s0] Error while computing token map for replication settings {class=org.apache.cassandra.locator.NetworkTopologyStrategy, us-east1=3}: could not achieve replication factor 3 for datacenter us-east1 (found only 2 replicas).
I tried to correct by running csql on Astra:
ALTER KEYSPACE spacecraft WITH REPLICATION = {'class': 'NetworkTopologyStrategy', 'us-east1': '2'};
I am getting the following error. Is there any way I can upgrade my permission Or change the replication level in spacecraft ?
Unauthorized: Error from server: code=2100 [Unauthorized] message="User SUser has no ALTER permission on <keyspace spacecraft> or any of its parents"