feat(infra): seed BIG catalogus + JWT client for OpenZaak (refs #2) #41

Merged
eho merged 1 commits from feat/2-catalogus-seed into main 2026-06-03 13:42:44 +00:00
Owner

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_DISABLED until NRC (S-01-c); :z mount for rootless Podman.
  • ADR-0002 (catalogus design + seeding) and runbook updated.

Verified clean-slate: down --volumesupmake openzaak-seed creates everything and lists BIG-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

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_DISABLED` until NRC (S-01-c); `:z` mount for rootless Podman. - **ADR-0002** (catalogus design + seeding) and runbook updated. **Verified clean-slate:** `down --volumes` → `up` → `make openzaak-seed` creates everything and lists `BIG-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](https://claude.com/claude-code)
eho added 1 commit 2026-06-03 13:42:30 +00:00
feat(infra): seed BIG catalogus + JWT client for OpenZaak (refs #2)
Some checks failed
CI / lint (pull_request) Has been cancelled
CI / build (pull_request) Has been cancelled
CI / unit (pull_request) Has been cancelled
CI / compose-smoke (pull_request) Has been cancelled
5966571920
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 main 2026-06-03 13:42:44 +00:00
Sign in to join this conversation.