[FOLLOW UP QUESTION TO #5195]
Hete Eric I am getting error on another node
root@cassandra-8 ~]# cqlsh 10.130.85.25 -u cassandra -p password Connected to tracking-1 at 10.130.85.25:9042. [cqlsh 5.0.1 | Cassandra 3.11.1.2261 | DSE 5.1.8 | CQL spec 3.4.4 | Native protocol v4] Use HELP for help. cassandra@cqlsh> LIST ROLES; Unauthorized: Error from server: code=2100 [Unauthorized] message="You have to be logged in and not anonymous to perform this request" cassandra@cqlsh> exit
When I try with new superuser same error
[root@cassandra-8 ~]# cqlsh 10.130.85.25 -u adsizz -p password Connected to tracking-1 at 10.130.85.25:9042. [cqlsh 5.0.1 | Cassandra 3.11.1.2261 | DSE 5.1.8 | CQL spec 3.4.4 | Native protocol v4] Use HELP for help. adsizz@cqlsh> LIST ROLES; Unauthorized: Error from server: code=2100 [Unauthorized] message="You have to be logged in and not anonymous to perform this request"