How to use TLS Enabled correctly with helm?
š¬Self-hostedāQuestionāUnsolved
Use-case:
I want to enable TLS so my gateway and zitadel's exchanges are safer. When I enable it, it works my gateway and zitadels communications are encrypted over TLS! But,
I added the ca cert and even zitadel's cert (generated using cert-manager) to
I modified ZITADEL_API_URL to match the exact service name registered in the certificate.
It fails (see logs bellow)
Environment: Self-Hosting
Version: v4.10.1
Stack: Brand new env
What you expected to happen:
Attachments:
I want to enable TLS so my gateway and zitadel's exchanges are safer. When I enable it, it works my gateway and zitadels communications are encrypted over TLS! But,
zitadel-login fails to communicate with the API (zitadel).I added the ca cert and even zitadel's cert (generated using cert-manager) to
zitadel-login (mounted at /etc/ssl/certs/ca.crt & /etc/ssl/certs/zitadel.crt)I modified ZITADEL_API_URL to match the exact service name registered in the certificate.
It fails (see logs bellow)
Environment: Self-Hosting
Version: v4.10.1
Stack: Brand new env
What you expected to happen:
zitadel-login automatically re-use the serverSslCrtSecret, so communication works flawlessly.Attachments:
