Skip to content

11.2. Zero Trust Architecture

Zero trust replaces the perimeter model — trust the internal network, guard the edge — with a single principle: never trust, always verify, regardless of where a request originates. Every request is authenticated, authorized, and encrypted as if it came from the open internet, and access decisions are made continuously rather than once at login. This chapter covers the engineering of that principle: micro-segmentation, identity-aware proxies, Google’s BeyondCorp model, continuous verification, and policy-as-code that makes access rules auditable and version-controlled.