Configure Helm Deployed Cluster

Hi,

I have deployed YB by using Helm. It seem it come with use_“cassandra_authentication=false” and without “ysql_enable_auth” (and other possible auths), so the cluster is open to anybody. How can I alter the config of my cluster and make the change persistent for future pods restart or additional nodes?

Best regards,

Hello Lazuardi,

You should be able to use a command line similar to the following to pass these flags to the tserver. Let us know if you still run into any issues.

helm install yugabytedb/yugabyte --set gflags.tserver.use_cassandra_authentication=true,gflags.tserver.ysql_enable_auth=true