I have RisingWave deployed into a 'risingwave' namespace in a Kubernetes cluster using the official Helm chart. I specify the root password in the Helm values file. When I try to log in as root using the specified password, I get an 'Invalid password' error. I have verified that the password in the secret matches the one in the Helm values file. What could be causing this issue and how can I debug it?
Gerard Galway
Asked on Dec 11, 2023
Example:
auth:
rootUser: admin
rootPassword: <root-password>