Deploying FusionAuth to K8s without root db username and password
-
I am trying to deploy k8s into our cluster and using postgres. I was a little surprised to find that the helm chart requires a root database user and password. Is there a way to run fusion auth in k8s without giving it root access to the db? I can create the db before I install the chart.
-
I'm no k8s expert, but I would think you could use silent mode to start up FusionAuth. You'd want to ensure that the database and fusionauth database user were already created, then set the appropriate envt vars.
This guide may help: https://fusionauth.io/docs/v1/tech/guides/silent-mode/
Again, not a k8s expert so not sure how to get those envt vars to FusionAuth running in k8s, but hopefully that will give you pointers to explore.
-