You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to deploy the Zitadel on k8s using the helm chart and with the configuration as:
zitadel:
masterkeySecretName: zitadel-masterkey
configmapConfig:
ExternalSecure: true
ExternalDomain: dev.example.com
ExternalPort: 443
TLS:
Enabled: false
Log:
Level: info
Formatter:
Format: text
DefaultInstance:
InstanceName: MyInstance
DefaultLanguage: en
Org:
Name: MyOrg
Human:
FirstName: MyOrg
LastName: Admin
DisplayName: MyOrg Admin
UserName: myorg-admin
Password: <Password>
PreferredLanguage: en
MessageTexts:
- MessageTextType: InitCode
Language: en
Title: "MyOrg - User Initialize User"
PreHeader: Initialize User
Subject: Initialize User
Greeting: "Hello {{.DisplayName}},"
Text: "This user was created. Use the username {{.PreferredLoginName}} to login. Please click the button below to finish the initialization process. (Code {{.Code}}) If you didn't ask for this mail, please ignore it."
ButtonText: "Finish initialization"
SMTPConfiguration:
SMTP:
Host: <SMTP Host>
User: <SMTP User>
Password: <SMTP Password>
From: "[email protected]"
FromName: "MyOrg Email"
ReplyToAddress: "[email protected]"
configSecretName: zitadel-db-config-secret
configSecretKey: db_config.yaml
ingress:
enabled: true
className: kong
hosts:
- host: dev.example.com
paths:
- path: /
pathType: Prefix
When I hit the URL https://dev.example.com/ui/console and try to login with user [email protected], it gives the following error:
User could not be found
Does Zitadel needs the Organisation to be first created before adding a default instance to any custom organisation? If yes, how to create the Organisation during deployment of the zitadel?
If not, then what is wrong here?
The text was updated successfully, but these errors were encountered:
I will close this issue, as there has not been an answer to the last comment.
Please feel free to reopen if the problem still exists and you can confirm that you tried the FirstInstance
I am trying to deploy the Zitadel on k8s using the helm chart and with the configuration as:
When I hit the URL
https://dev.example.com/ui/console
and try to login with user[email protected]
, it gives the following error:User could not be found
The text was updated successfully, but these errors were encountered: