Steve
Steve2mo ago

When setting up Zitadel, why is the default adminuser called `zitadel-admin@zitadel.localhost`?

When setting up Zitadel, why is the default adminuser called zitadel-admin@zitadel.localhost instead of zitadel-admin@localhost? I'm setting it up in my Kubernetes cluster, running Zitadel on domain zitadel.local.k8s and then the username becomes zitadel-admin@zitadel.zitadel.local.k8s. How to get it to simply be: zitadel-admin@zitadel.local.k8s?
2 Replies
Larzous
Larzous2mo ago
I don’t know anything about Kubernetes, but when I setup on Linux I didn’t have any isssues. Then again, I’m using Caddy as my webhost and reverse_proxy into Zitadel. I’m assume you could do the same thing just expanded to a cluster?
FriendlyForeignAgent
Identities are namespaces/ scoped to organisations - an I understand. So that first zitadel is the default organisation (ZITADEL). The admin account is scoped to it. Then zitadel.local.k8s is the External domain. Im also on K8s - I usually dont ask for a user account to be made, rather a machine account with api key. Then have a little script provisioning everything. Just a suggestion.

Did you find this page helpful?