Zero-trust networking
- All service-to-service communication is mutually authenticated (mTLS) and encrypted.
- Identities are issued by SPIFFE; no IP-based allowlists.
- Layer-3-to-7 network policies enforced at the kernel via Cilium eBPF.
/ trust & security
Most platforms treat security as an add-on. We treat it as the only acceptable starting position. This page documents what's true today, what's on audit, and what's planned.
| Type | Status | Detail |
|---|---|---|
| In transit (customer endpoints) | Shipped | TLS 1.3 default. Let's Encrypt for public services. |
| Service-to-service (in-cluster) | Shipped | WireGuard tunnels via Cilium ClusterMesh. |
| At rest (block storage) | Roadmap (post-MVP) | LUKS on Avahana metal; cloud-vendor SSE on cloud fleet. |
| Customer-managed keys (CMEK / BYOK) | Roadmap (Sovereign tier first) | HashiCorp Vault integration; key rotation managed by customer. |