fix(infra): local event-subscriber Acl:BaseUrl parity (closes #94) #95
Reference in New Issue
Block a user
Delete Branch "fix/local-eventsubscriber-acl"
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?
What & why
Closes #94. The local compose's
event-subscriberlackedAcl__BaseUrl(and theacldependency) that the canonical compose sets (#78) — so it threwMissing configuration 'Acl:BaseUrl'and exited on startup, which also knocked over podman-compose's bring-up of the rest of the stack (the frontends were left uncreated). Adds the env + dependency, matchingdocker-compose.yml.How verified
Recreated
event-subscriberfrom the fixed compose locally — it now starts healthy, and the three portals come up (self-service :8140, openbaar :8141, behandel :8142).docker compose configvalid.Note (separate, not fixed here)
On rootless podman the portal→BFF nginx proxy still 502s (
resolver 127.0.0.11is Docker's embedded DNS; podman uses its own), and podman-compose orchestration of this dependency graph is flaky — both are pre-existing local-engine limitations, clean on Docker Desktop / CI. Tracking separately.