Context
Follow-up from the Cilium overlay networking change.
Overlay VXLAN traffic is unencrypted node-to-node (plaintext within the VPC). Standard-tier risk class is unchanged (intra-VPC), but for hipaa/pci "encryption in transit everywhere" this is a gap.
Ask
Expose a Cilium transparent encryption knob (WireGuard preferred; IPsec alternative) in the cilium module, defaulted off, and enable it for regulated compliance_tier clusters. Validate throughput/latency impact.
Acceptance
compliance_tier in [hipaa, pci] clusters run with pod-to-pod encryption enabled.
- Module variable + per-tier wiring; documented in security/compliance docs (09/10).
Context
Follow-up from the Cilium overlay networking change.
Overlay VXLAN traffic is unencrypted node-to-node (plaintext within the VPC). Standard-tier risk class is unchanged (intra-VPC), but for hipaa/pci "encryption in transit everywhere" this is a gap.
Ask
Expose a Cilium transparent encryption knob (WireGuard preferred; IPsec alternative) in the
ciliummodule, defaulted off, and enable it for regulatedcompliance_tierclusters. Validate throughput/latency impact.Acceptance
compliance_tier in [hipaa, pci]clusters run with pod-to-pod encryption enabled.