Β§ Sovereign Region Governance

Sovereign Governance Dashboard

Region-scoped routing policies enforcing data residency, compliance rules, and routing constraints. Rule enforcement, violations, and compliance audits per sovereign region.

Syncing ecosystem state…
3
Sovereign regions
2
Compliant
3
Active regions
2
Total violations

Sovereign regions

EU West SovereignEU-GDPR
eu-west-sovereign Β· active
Compliant
Compliance Rules
Data residency required
No cross-border
Encryption required
Right to erasure
Audit retention: 180 days
Data Residency
Storage: eu-west, eu-central
Processing: eu-west, eu-central
Replication: not allowed
Routing Constraints
Allowed meshes: 1
Blocked: us-east, us-west, ap-south
Max latency: 400ms
Local-first: required
AP South SovereignAPAC-PDPA
ap-south-sovereign Β· active
Compliant
Compliance Rules
Data residency required
Encryption required
Right to erasure
Audit retention: 90 days
Data Residency
Storage: ap-south, ap-northeast
Processing: ap-south
Replication: allowed
Routing Constraints
Allowed meshes: 1
Blocked: sa-east
Max latency: 300ms
Local-first: optional
US East SovereignUS-HIPAA
us-east-sovereign Β· active
Warning
Compliance Rules
Encryption required
PHI local-only
Audit retention: 365 days
Data Residency
Storage: us-east, us-west
Processing: us-east, us-west
Replication: allowed
Routing Constraints
Allowed meshes: 1
Max latency: 500ms
Local-first: optional
2 violation(s) recorded

Enforcement architecture

How sovereign governance enforces compliance
Sovereign regions attach to federated routing as constraints. When routeInferenceAcrossMeshes runs, it checks the requester's region against SovereignRegion rules: data residency determines which meshes are allowed, blocked regions are filtered out, and PHI-local-only regions restrict routing to same-region meshes only. Violations are tracked per region and surfaced in audits.
Data residencystorage_regions + processing_regions constrain which meshes can hold data
Cross-bordercross_border_allowed=false blocks all non-local meshes
PHI local-onlyphi_local_only=true restricts routing to same-region meshes only
Allowed meshesrouting_constraints.allowed_meshes whitelist specific federated meshes
Blocked regionsrouting_constraints.blocked_regions blacklist specific regions
Max latencyrouting_constraints.max_latency_ms filters high-latency meshes
Audit retentioncompliance_rules.audit_retention_days controls log retention per region