My cluster comprises of 2 DCs. 1st DC has 2 nodes with Graph workload and the 2nd DC has 1 node with Search workload. I have been able to setup Auth and create a superuser on DC1 and everything is working perfectly. But on the DC2 I am able to setup Auth but unable to create a superuser. When I go to Solr Admin, it requests for a username and password, when default "cassandra" username and password is provided, it lets me access it.
I am just not able to see this default cassandra user in the Search node's CQLSH. When I do,
LIST ROLES;
It says no hosts found.
How do I access the DC1's superuser from DC2 or how do I create a superuser in DC2?
Would really appreciate the help.