-
First of all: thanks for the great app and the overall good documentation. One can feel that a lot of time has been invested! Related to #156 #110 + possibly more I am struggling to get the first login going. Here are my values: ZITADEL_EXTERNALDOMAIN: my.domain.org
ZITADEL_EXTERNALPORT: 443
ZITADEL_EXTERNALSECURE: true
ZITADEL_FIRSTINSTANCE_ORG_NAME: org1
ZITADEL_FIRSTINSTANCE_ORG_HUMAN_USERNAME: zitadel-admin
ZITADEL_FIRSTINSTANCE_ORG_HUMAN_PASSWORD: <secret>
ingress:
enabled: true
className: "nginx"
annotations:
nginx.ingress.kubernetes.io/backend-protocol: "GRPC"
nginx.ingress.kubernetes.io/configuration-snippet: |
grpc_set_header Host $host;
hosts:
- host: my.domain.org
paths:
- path: /
pathType: Prefix
tls:
- hosts:
- my.domain.org
secretName: my.domain.org-tls
I have tried: What worries me a bit WRT to my setup is that whenever I trigger a non-working login, I see no entry in the logs about it (running with |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Can you try only zitadel-admin? |
Beta Was this translation helpful? Give feedback.
I wiped everything and started fresh, this resolved the issue and I was able to login via
zitadel-admin@org1.my.domain.org
.