Failing to create FirstInstance user #313
Unanswered
anthonyoteri
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to follow the examples about adding a machine user when deploying Zitadel, but every time I've tried, the user is not actually created. I was able to follow the example verbatim and that worked, yet, when I try to use a custom configuration, the user is never created.
Here is my current config. As far as I can tell, it should be identical to the example with the only change being the database connection information.
I'm attempting to examine the K8s secrets to find the machine-key however no secret is being created here. Upon digging further into why the key wasn't written, I've discovered that the user isn't actually even being created. Neither a human user nor a Machine user are created. I've tried removing everything and starting from scratch, including completely rebuilding the Kubernetes cluster (I'm using
minikube
so that is trivial), as well as using a different computer all together.I'm assuming this is something very simple, like a small syntax error or something of that nature, but I've spent several days on this trying to troubleshoot to no avail. This is sort of a last ditch effort here, as the backup plan will be configure everything using environment variables which is far less than ideal, but at least it works.
For reference, here is the configmap that gets created.
And the list of secrets
Beta Was this translation helpful? Give feedback.
All reactions