Privileged Access Management

Privileged access bounded. The patterns.

The PAM model in 2026

Privileged access is anything that can change production state. Database admin credentials, cloud root access, kubectl admin context, payment processor keys; the blast radius of a compromise here is total. Standing privilege is the enemy because an admin role that exists permanently is one stolen credential away from full compromise; the modern model is just-in-time elevation.

Just-in-time elevation

Engineers request elevation through a portal or CLI specifying what (service, resource), why (ticket or incident link), and how long (typically 1-4 hours). Approval flow varies by sensitivity (peer for routine debugging, manager for DB root, two-person for payment systems). Granted elevation creates short-lived credentials via AWS IAM session tokens, GCP impersonation, or Vault dynamic secrets.

Session recording and audit

Every privileged session is recorded. Terminal sessions via Teleport or AWS Session Manager; database sessions via query logs; recordings reviewable but not always reviewed (sample 5% for routine quality control, review 100% for high-sensitivity and incident investigations); audit trail is immutable, append-only, signed, retained 1-2 years for SOC2/PCI.

Break-glass procedures

Real emergencies need fast access without standing privilege. Break-glass accounts solve this: rarely used, heavily controlled, fully audited. Usage triggers immediate notification to security team; every use is followed by a postmortem regardless of incident severity (the bar is high to reduce normalisation); annual drill invokes break-glass deliberately to verify the procedure works.

Operating PAM at scale

Operating PAM well needs the right tools and ongoing review. Teleport, BeyondTrust, CyberArk for enterprise; AWS SSO with permission sets for AWS-native; Vault dynamic secrets for credential generation; quarterly review converts standing access to JIT one role at a time; track elevation request volume and approval times because the healthy balance is 5-15 minute median approval with documented rationale.