Skip to content

Commit 4328c45

Browse files
committed
docs(poc): correct implementation status - ZKP geofencing is roadmap
- Moved privacy-preserving geofencing to Roadmap section (not yet implemented) - Moved privacy-preserving audit trail to Roadmap section (not yet implemented) - Current PoC demonstrates geolocation claims in SVID, not ZKP proofs - Added clarification: sensor metadata vs privacy-preserving proofs - Accurate representation of Stage 2 (Egress) implementation vs Stage 1 (Ingress) roadmap
1 parent a4a15bf commit 4328c45

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

hybrid-cloud-poc/README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,16 @@ This PoC provides end-to-end implementation for **Stage 2: Trusted Egress & Data
7070
| **Enterprise Tenant** | N/A (Internal workload isolation) | ✅ Implemented | Full |
7171
| **Regulator** | Roadmap (Ingress architecture defined) | ✅ Implemented | Partial - Data center audit ready |
7272

73-
**What This PoC Demonstrates:**
73+
**What This PoC Currently Demonstrates:**
7474
- ✅ Hardware-rooted identity (TPM attestation via Keylime)
75-
- ✅ Unified SPIFFE/SPIRE identity with geolocation claims
76-
- ✅ Privacy-preserving geofencing (Reg-K compliance without storing GPS)
75+
- ✅ Unified SPIFFE/SPIRE identity with geolocation claims (sensor metadata in SVID)
7776
- ✅ Envoy-based policy enforcement (fail-closed WASM filtering)
78-
- ✅ Silicon-to-Audit trail for regulatory compliance
7977
- ✅ Degraded SVID detection (insider threat protection)
78+
- ✅ mTLS with hardware-bound certificates (workload attestation)
79+
80+
**Roadmap (Architecturally Defined):**
81+
- 🔲 Privacy-preserving geofencing (ZKP-based Reg-K compliance without storing GPS) - [Architecture](README-arch-sovereign-ingress.md)
82+
- 🔲 Privacy-preserving data center audit trail (batch & purge proofs) - See main [README](../README.md#layer-3-ai-governance-verifiable-logic--privacy)
8083

8184
---
8285

0 commit comments

Comments
 (0)