S-01 · OpenZaak + Open Notificaties + Postgres come up in compose #2
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?
Outcome: Local
docker compose upbrings up OpenZaak, Open Notificaties, their dependencies, and a seeded ZTC catalogus calledBIG. A health check confirms all reachable.Acceptance:
curlto OpenZaak/zaken/api/v1/zakenreturns 403PermissionDeniedfor a missing JWT — auth enforced. (Was "401"; OpenZaak's ZGW APIs use 403. Verified in S-01-a.)BIGcatalogus.BIG-registratiezaaktype with only the schema-mandatory fields plusbsnas an eigenschap.Touches:
infra/openzaak/,infra/opennotificaties/,infra/seed/, ADR for catalogus design.Out of scope: any portal, BFF, Flowable, ACL code.
Definition of Done
refs #NN).docker compose upfrom a fresh clone reaches green health checks within 3 minutes.docs/architecture/if a non-obvious decision was made.docs/demo-script.mdif the slice is user-visible.closes #NN).Tidy-up: acceptance corrected from 401 to 403. OpenZaak returns
403 PermissionDeniedfor a missing/invalid JWT (a ZGW fout), not 401 — verified in S-01-a (PR #40).