WEEK 31 · IDENTITY

Rotate one stale secret you've been avoiding.

Every program has the secret nobody wants to touch. Rotating it is the audit your documentation missed.

Every rotation program skips the same credential. Not because the team forgot it. Because someone decided the risk of touching it was higher than the risk of leaving it alone. That calculation gets worse every month.

Stale secrets cluster around the same pattern. Someone was racing a deadline, needed something working by end of day, and dropped a credential into a script or hardcoded it into a config with a mental note to fix it properly later. The deadline passed. The note never got acted on. Two years later, three teams depend on it and nobody remembers it was supposed to be temporary.

The unknown dependencies are what make this hard. If this credential breaks, what breaks alongside it? If you cannot answer that with confidence, you have a visibility problem that goes well beyond hygiene.

Here's what the standard rotation playbook misses: rotation doubles as a discovery exercise. A service that errors or a pipeline that stalls when you rotate tells you something your architecture diagram never would. Refreshing the credential is the easy part. Auditing a live system is what's actually happening underneath it.

Most programs treat rotation as a calendar task with a cadence attached, a quarterly review that ends in a checkbox marked done. That works fine for the secrets you actively manage. It says nothing about the one you've been avoiding.

The ones you avoid rotating are the ones where "we'll fix it later" has quietly become "we do not actually know what this touches." Rotating it tells you the truth. Not rotating it just delays when you find out.

So, here's the MondayMove

Open your secrets manager. Sort by last rotated. Pick the oldest one with real production reach and rotate it this week. Document what breaks and what holds. If something errors, that is the finding: you just mapped a dependency your documentation missed.

Pick the one that makes you hesitate. That hesitation is telling you something.

Discussion