API Gateway Platform · View 20 of 21 · Assurance
Decisions
- The policy zone is the trust boundary. Everything to its left is untrusted; everything to its right trusts the gateway's signed identity context and nothing else.
- Client-supplied identity headers are stripped at admission and replaced. An upstream that reads a caller-controlled header is a privilege escalation waiting to be found.
- Raw client credentials never cross into the service zone, so an upstream compromise does not yield callable credentials.
Assumptions
- The management zone has no ingress path from the internet; operators reach it through the corporate identity provider under RBAC.
- Credential-stuffing detection on authentication routes is independent of normal rate limits (assumption on thresholds).
Risks
- A leaked credential is valid until revoked, and it is revoked on a 30 s propagation SLO rather than instantly. That window is the price of ADR-01 and is stated rather than hidden.