JWT auth fails when adding custom domain
Hi everyone 
I deployed a ZITADEL v3.3.0 instance to my K8s cluster using the Helm Chart and now want to configure a custom domain.
From what I found, this must be done via the API (no UI anymore?) — is that correct?
I tried the
I also tested the old API with no success.
For auth, I followed the System API guide, created a system user, and generated a JWT with:
Since I couldn’t mount the key in Helm, I base64-encoded the public key and added it under
The docs mention this JWT approach is for "test" purposes, so I’m unsure if it works for production. When I tried listing instances:
...I received:
Am I missing something with the token, audience, or signing?
Appreciate any help!
I deployed a ZITADEL v3.3.0 instance to my K8s cluster using the Helm Chart and now want to configure a custom domain.
From what I found, this must be done via the API (no UI anymore?) — is that correct?
I tried the
AddCustomDomain endpoint, using the ResourceID from /ui/console/instance?id=organizations as the instanceID, but got:I also tested the old API with no success.
For auth, I followed the System API guide, created a system user, and generated a JWT with:
Since I couldn’t mount the key in Helm, I base64-encoded the public key and added it under
keyData, then ran helm upgrade.The docs mention this JWT approach is for "test" purposes, so I’m unsure if it works for production. When I tried listing instances:
...I received:
Am I missing something with the token, audience, or signing?
Appreciate any help!
