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'm facing an issue with terraform provider. Before creating an issue I was recommended to ask here:
so right now I'm using self-hosted docker solution, with simple setup
I'm using json file to authenticate the user. The issue is that I keep receiving: rpc error: code = Unknown desc = unexpected HTTP status code received from server: 464 (); malformed header: missing HTTP content-type
To reproduce
Use self-hosted solution using docker + nginx as reverse proxy
Use terraform configuration
run terraform apply
Screenshots
Expected behavior
I expect that resources will be created without an error.
Upgraded to latest versions of everything, but the issue persists. I just realized that I didn't post my config.yaml and nginx config so I'm sending below. Maybe it will shed more light on the issue.
Preflight Checklist
Version
1.2.0
ZITADEL Version
2.66.0
Describe the problem caused by this bug
I'm facing an issue with terraform provider. Before creating an issue I was recommended to ask here:
so right now I'm using self-hosted docker solution, with simple setup
I'm using json file to authenticate the user. The issue is that I keep receiving:
rpc error: code = Unknown desc = unexpected HTTP status code received from server: 464 (); malformed header: missing HTTP content-type
To reproduce
terraform apply
Screenshots
Expected behavior
I expect that resources will be created without an error.
Relevant Configuration
TF:
docker compose:
Additional Context
No response
The text was updated successfully, but these errors were encountered: