Secret Rotation on Staff Change

When team members leave, rotate accessed secrets.

Trigger

When a team member leaves or changes roles, their access gets revoked. The discipline most teams skip: the secrets they had access to also need to be rotated. A shared API key the departed engineer used is still valid even after they are deprovisioned from the IDP; if they retained a copy, they retain access. Secret rotation on staff change is the close-out discipline that prevents this.

What triggers the rotation:

The trigger is the departure or role change; the action is the rotation of shared secrets the person had access to. Both are required.

Rotate

The rotation itself is mechanical. The shared secrets identified in the trigger phase get new values; consumers of the secrets get updated; the old values are invalidated. The discipline is doing this thoroughly rather than cherry-picking the obvious cases.

The rotation discipline is operationally heavier than just deprovisioning the person. The cost is real; the protection against post-departure misuse is the payoff.

Verify

The third leg is verification: confirming the rotation actually achieved its goal of preventing residual access. The verification catches the cases where rotation was incomplete or where the departed person had access through paths the team did not consider.

Secret rotation on staff change is one of those quiet operational disciplines that distinguishes mature security programs. Nova AI Ops integrates with secret stores and HR systems, identifies the secrets a departing user accessed, automates the rotation cascade, and produces the verification reports the audit trail requires.