Problem
Perimeter security (VPN, firewall) assumes internal network is trusted. Breaches move laterally. Remote work breaks perimeter.
Also known as: zero-trust-network, beyondcorp, identity-aware-proxy
Never trust, always verify. Authenticate and authorize every request based on identity and context, not network location.
Perimeter security (VPN, firewall) assumes internal network is trusted. Breaches move laterally. Remote work breaks perimeter.
Medium-High — IAP, mesh, device mgmt, policy engine
High — policy authoring, cert rotation, device lifecycle
High — paradigm shift from perimeter
Policy engine down → allow-all (fail-open) or deny-all (fail-closed)
Clock skew → certificate validation fails
Device posture stale → access granted to compromised device
Policy conflict: allow + deny rules overlap
Performance: policy check adds latency to every request