Provision a JWT client declaratively via OpenZaak setup_configuration
(infra/openzaak/setup_configuration/data.yaml: JWTSecret + Applicatie with
all authorizations), and seed the BIG catalogus + a lean BIG-REGISTRATIE
zaaktype (concept) + a bsn eigenschap via the ZTC API with an idempotent
stdlib seed (infra/openzaak/seed_catalogus.py, `make openzaak-seed`).
Disable outbound notifications until NRC lands (S-01-c) so ZTC writes don't
500. Bind-mount the config with :z (SELinux) for rootless Podman. Record
the design in ADR-0002; document seeding + the dev JWT client in the
OpenZaak runbook.
Verified clean-slate: down --volumes -> up -> `make openzaak-seed` creates
the catalogus/zaaktype/eigenschap and the JWT client lists BIG-REGISTRATIE;
re-runs are all-skip (idempotent).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
eho
merged commit 0409eb42c5 into main2026-06-03 13:42:44 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Second stage of S-01 (#2) — the BIG catalogus is seeded.
setup_configuration/data.yaml— declaratively provisions the JWT client (JWTSecret + Applicatie, all authorizations).seed_catalogus.py+make openzaak-seed— idempotent ZTC-API seed: catalogus BIG, lean BIG-REGISTRATIE zaaktype (concept), bsn eigenschap; verifies the JWT client lists it.NOTIFICATIONS_DISABLEDuntil NRC (S-01-c);:zmount for rootless Podman.Verified clean-slate:
down --volumes→up→make openzaak-seedcreates everything and listsBIG-REGISTRATIE; re-runs are idempotent (all skip, exit 0).refs #2(not closes) — Open Notificaties (S-01-c) is the remaining part of S-01.🤖 Generated with Claude Code