Credential Vaulting
Storage, checkout and rotation. What a vault needs to be trusted, and the decisions that determine whether administrators use it.
Procedure
Storage, rotation and the dependency mapping that blocks it. Plus the route around the control for when the control itself fails, which will otherwise be invented under pressure and never documented.
7 notes
Storage, checkout and rotation. What a vault needs to be trusted, and the decisions that determine whether administrators use it.
Procedure
Rotation is trivial for human accounts and hard for everything else. The dependency mapping that makes it possible.
Procedure
Every control needs a route around it for when the control itself fails. Designing that route deliberately, rather than discovering it during an outage.
Procedure
Applications need credentials too. Static secrets in configuration are the largest remaining category, and dynamic issuance is the way out.
Analysis
Credentials left behind on systems are how privilege escalates between tiers. What accumulates, and how to stop leaving it.
Procedure
Length, complexity and expiry behave differently when a vault generates and holds the credential. What actually applies.
Reference
The system holding every administrative credential is a single point of failure by design. Planning for its loss, and testing the plan.
Procedure