Skip to main content

Command Palette

Search for a command to run...

Temporary elevation needs a clock

Updated
1 min readView as Markdown
A
Practical lessons on auth, authorization, and access control.

Break-glass and "just this once" admin grants are where authorization quietly becomes permanent.

If someone needs elevated access to fix production, grant it with:

  1. A hard expiry (minutes or hours, not "until we remember").
  2. A reason recorded at grant time.
  3. An audit trail of what they did while elevated.
  4. Automatic revocation when the ticket closes or the window ends.

A standing Admin role for emergencies is not the same thing. Temporary elevation is a time-bounded exception; a permanent role is a new normal. Prefer short-lived elevation over expanding who holds powerful roles day to day.