feat: synchronize governance templates in bulk

This commit is contained in:
2026-08-20 19:47:02 +02:00
parent 935cee8ccd
commit 550c14b92e
9 changed files with 550 additions and 41 deletions
+5 -1
View File
@@ -16,7 +16,11 @@ This repository owns the live `admin_governance_templates` and
historical unprefixed governance tables for existing development databases. It
contributes the stable
`/api/v1/admin/system/governance-templates` routes and owns governance-template
CRUD plus materialization into access-owned tenant groups and roles.
CRUD plus materialization into access-owned tenant groups and roles. The
`/synchronize` operation validates selected templates and tenants in bounded
bulk reads, delegates one versioned projection batch to Access, and returns an
auditable outcome for every assignment. Dry runs do not mutate Access data;
applied retries are idempotent and never silently skip blocked assignments.
## WebUI Package