You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For unmanaged devices, AegisSovereignAI replaces permanent "Trust" with **Verifiable Evidence per Session**.
50
53
1. The Enterprise App instance (e.g., JPM App) generates a hardware-rooted **Entity Attestation Token (EAT)**.
51
54
2. The **Aegis Verifier** appraisals the evidence and registers the device as a temporary workload.
@@ -66,8 +69,8 @@ The Verifier acts as the translation layer between:
66
69
By validating the high-entropy hardware evidence device-side and emitting an Enterprise-signed SVID, the Verifier allows downstream microservices to verify "Trust" using standard mTLS without needing to understand the complexities of individual hardware roots.
67
70
68
71
### The Identity Pipeline
69
-
1.**Appraisal**: Verifier receives raw evidence (TPM Quote, EAT, or App Attest blob).
70
-
2.**Verification**: Verifier validates the evidence against OEM public keys and local policy (e.g., location ZKP).
-**Keylime Verifier**: Hardware integrity attestation & AK validation
199
202
- New API: `/v2.2/verify/sovereignattestation` (unified verification)
203
+
-**AK Validation**: Verifier ensures the TPM **Attestation Key (AK)** is valid (optionally certified against an EK/Manufacturer CA) and originates from a registered host.
204
+
-**Hardware Integrity**: Verifies the TPM Quote signatures and PCR measurements (e.g., PCR 15 for geolocation binding).
200
205
- Optional feature - gated by `unified_identity_enabled` flag
201
206
-**Geolocation verification works standalone**: Verifier can fetch and validate geolocation independently
202
207
-**Keylime Registrar**: Agent registration database (no changes)
> **Implementation Status**: This section describes the **Architectural Roadmap** for Verified Ingress. The current PoC implementation focuses on **Stage 2: Trusted Egress** within the data center.
240
+
233
241
AegisSovereignAI treats the Enterprise Application (e.g., at JPMC or HSBC) as a **First-Class Edge Workload**. This ensures that the "Chain of Trust" is unbroken from the consumer's glass to the sovereign data center.
234
242
235
243
### Unified SVID Claim Schema (OIDs & JSON Paths)
@@ -1845,9 +1853,9 @@ sequenceDiagram
1845
1853
Note over KAgent: Prove: Location is in Category Radius
> **Gen 4 Implementation Status**: The ZKP Prover logic (Plonky2) and stateless verification are fully implemented. The remaining dependency for absolute zero-trust is **MNO Local Response Signing**, which ensures the location input to the ZKP circuit is authenticated by the carrier before proof generation.
1873
+
> **Gen 4 Implementation Status**: The ZKP Prover logic (Plonky2) and stateless verification are fully implemented.
1874
+
> -**Keylime Verifier**: Focuses on **Hardware Integrity Attestation** (TPM Quote).
1875
+
> -**Envoy Proxy**: Performs the **Stateless ZKP Verification** of location claims at runtime.
0 commit comments