Book 3 · Lesson 3.1

Zero-trust architecture

  • State the zero-trust principle in plain language
  • Map PDF4 topology to gateway + mTLS + WASM
  • Identify verification points in Team Radar

Prerequisites: 2.10 · 0.8

Zero trust means no implicit safe zone — every request and hop proves identity.

PDF4 topology

Layermillipede component
Edgeservices/gateway — JWT + HTTPS
Service-to-servicerustls mTLS (MILLIPEDE_MTLS=1)
Browser privacyWASM redaction on 1:1 portal
DataPostgres least privilege (analyzer only)

Explore ZeroTrustTopology — click each layer.

Contrast with “castle and moat”

VPN access to a flat internal network is not zero trust. Team Radar verifies at gateway even on localhost.

Teach-back prompt

Which trust decision moved from “inside the VPC” to “every API call”?

Lesson 3.1 check

1. Zero trust means…