I'm running a cassandra cluster with authentication enabled (authenticator: org.apache.cassandra.auth.SimpleAuthenticator).
If I disable authentication in cassandra (switching to org.apache.cassandra.auth.AllowAllAuthenticator) OpsCenter works fine.
If authentication is enabled OpsCenter can't connect to the cluster:
From the logs (DEBUG):
Traceback (most recent call last):
Failure: telephus.cassandra.c08.ttypes.InvalidRequestException: InvalidRequestException(why='You have not logged in')
My question is:
Does OpsCenter support cluster with authentication enabled ?
I didn't found traces of that in opscenterd.conf.
If yes, where can be configured ?
many thanks.
