Login v2 pod not sending CUSTOM_REQUEST_HEADERS
Use-case: Kubernetes self-hosted proof-of-concept
Environment: Self-Hosting on EKS
Version: ghcr.io/zitadel/zitadel:v4.0.0
Stack: Zitadel UI v2
What you expected to happen: Zitadel UI for basic management login
What went wrong: Login v2 gets 400 error due to issue with Host header to zitadel API instance
Attachments:
On the
Testing from the CLI with curl and wget I can send host headers and get a 200 response.
However the pods logs show connection errors experienced when the
Environment: Self-Hosting on EKS
Version: ghcr.io/zitadel/zitadel:v4.0.0
Stack: Zitadel UI v2
What you expected to happen: Zitadel UI for basic management login
What went wrong: Login v2 gets 400 error due to issue with Host header to zitadel API instance
Attachments:
On the
zitadel-login pods I see the environment variable file is set:cat /.env-file/.envTesting from the CLI with curl and wget I can send host headers and get a 200 response.
However the pods logs show connection errors experienced when the
CUSTOM_REQUEST_HEADERS aren't sent.