You need to configure the default dse_auth keyspace replication factor to prevent a potential problem logging into a secure cluster. Do not use the default replication factor of 1 for the dse_auth keyspace if you use any of these authenticators and/or this authorizer:
In a multi-node cluster, using the default of 1 precludes logging into any node when the node that stores the user data is down.
For all dse_auth-related queries, Cassandra uses a consistency level of QUORUM. For more information, see About Data Consistency in Cassandra.
Open the cassandra.yaml configuration file for editing.
Change the auth_replication_options using the same options that you would use when creating a keyspace.
Example for SimpleStrategy:
auth_replication_options:
replication_factor: 3
Example for NetworkTopologyStrategy:
auth_replication_options:
DC1: 3
DC2: 3
If you change the auth_replication_options on an existing cluster:
Cassandra uses the dse_auth keyspace for storing security authentication and authorization information: