Infrastructure as Code (IaC) promised order, but drift detection reveals the truth — resources and permissions evolve outside your declared templates. This IaC drift can open attack surfaces you never planned. Every minute without detection increases risk.
Zero Standing Privilege (ZSP) cuts that exposure down to near-zero. It’s the principle of granting no permanent access to sensitive systems or data. Instead, privileges are issued just-in-time, for the shortest possible window, then revoked. When paired with IaC drift detection, ZSP creates a closed loop: detect changes, verify intent, grant temporary access, update code, and restore the baseline.
The challenge is accuracy and speed. Drift detection must scan configurations against live infrastructure instantly. It must capture both infrastructure changes and policy violations. A system applying ZSP then eliminates the lingering accounts or roles that drift has introduced. Cutting standing privilege means malicious actors cannot exploit forgotten keys or stale roles.