S-B03 · portal nginx resolver hardcodes Docker DNS → 502 on podman #96
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The portal reverse proxies (
apps/*/nginx.conf) hardcode Docker's embedded DNS (resolver 127.0.0.11) for their variableproxy_passto the BFF. On rootless podman the per-network DNS is different (aardvark, e.g.10.89.0.1), so every proxied call (/self-service/,/openbaar/register,/behandel/werkbak, decide, withdraw) returns 502 Bad Gateway — the portals load and login works, but no in-app data flows. Fine on Docker/Docker Desktop/CI.