Originally from the User Slack
@Jatt_Singh: Hi Team,
I’ve deployed scylla cluster with manager and i want to enable authentication. I’ve followed this doc https://opensource.docs.scylladb.com/stable/operating-scylla/security/authentication.html
But i got one issue -> when the ScyllaDB pod restarted changes will be discarded.
Is any permanent way to enable authentication?
@Felipe_Cardeneti_Mendes: See https://operator.docs.scylladb.com/stable/generic.html#configure-scylla for creating a configmap and merging it with scylla.yaml. You could also have used scyllaArgs
within the ScyllaCluster CRD.
Deploying Scylla on a Kubernetes Cluster | ScyllaDB Docs
@Jatt_Singh: @Felipe_Cardeneti_Mendes Thank you for response. Can you explain how can i pass username, password using scyllaArgs?
@Felipe_Cardeneti_Mendes: you mean the default password during cluster creation? Because typically you would simply authenticate using the default cassandra/cassandra and then create users within CQLsh