Subscribe to the Non-Human & AI Identity Journal

Should organisations prioritise access governance before expanding automation?

Yes, because automation increases the speed at which access can be created, inherited, and forgotten. If governance is weak first, automation simply scales unmanaged privilege. Organisations should define ownership, review cadence, and revocation rules before allowing more automated provisioning.

Why Access Governance Has to Come First

Automation is useful only when the underlying identity model is already disciplined. If access ownership is unclear, revocation is ad hoc, or review cycles are missing, automated provisioning can scale risk faster than a human team can notice it. That is especially true for NHIs, where secrets, service accounts, and integrations often outlive the workflow that created them. The State of Non-Human Identity Security found that lack of credential rotation was cited as the top cause of NHI-related attacks by 45% of organisations, which is a reminder that entitlement sprawl and stale credentials are usually governance failures first.

Current guidance from NIST Cybersecurity Framework 2.0 and the OWASP Non-Human Identity Top 10 both point toward the same operational truth: identity lifecycle control has to precede scale. NHI governance is not just about initial provisioning, but about ownership, review, rotation, and prompt revocation across the full lifecycle, as covered in Ultimate Guide to NHIs — Lifecycle Processes for Managing NHIs. In practice, many security teams discover unmanaged privilege only after automation has already inherited it.

How to Sequence Governance Before Automation

The practical order is straightforward: define the identity, define the owner, define the access boundary, then automate. For NHIs, that means every service account, API key, token, or certificate should have a named business or technical owner, a documented purpose, a review cadence, and explicit revocation conditions. If those decisions are missing, a workflow engine merely accelerates guesswork.

  • Inventory all NHIs and map each one to a service, team, and control owner.
  • Classify access by necessity, not convenience, and apply RBAC only where the access pattern is stable.
  • Use JIT provisioning where access is temporary, and keep secrets short-lived rather than persistent.
  • Set automated expiry, rotation, and revocation triggers so the control plane can enforce decisions already approved by governance.
  • Track exceptions separately so emergency access does not become permanent access by default.

This approach aligns with the lifecycle and risk patterns described in Top 10 NHI Issues and the remediation themes in 52 NHI Breaches Analysis. It also fits the control logic in NIST Cybersecurity Framework 2.0, where governance and identity management are prerequisites to durable protection. These controls tend to break down when cloud teams auto-create identities faster than review and revocation can be enforced, because the access catalogue becomes outdated almost immediately.

Where the Tradeoffs and Edge Cases Appear

Tighter governance often increases operational overhead, requiring organisations to balance speed of delivery against the cost of control. That tradeoff is real, especially in platform engineering, CI/CD pipelines, and partner integrations where teams want frictionless provisioning. Best practice is evolving here: there is no universal standard that says every NHI must be handled the same way, because some workloads need durable connectivity while others can operate with ephemeral access and aggressive rotation.

The key exception is high-churn automation. If a system creates and destroys many identities every hour, the real priority is not manual review of each event but strong policy at the point of issuance. In those cases, organisations should prefer policy-as-code, short TTLs, and automated deprovisioning, while keeping human approval for sensitive scopes or production exceptions. The governance model should also distinguish between routine machine access and third-party or cross-domain access, where visibility and revocation are harder to prove. That distinction is covered in the broader lifecycle and audit guidance in Ultimate Guide to NHIs — Regulatory and Audit Perspectives and the risk framing in Ultimate Guide to NHIs — Key Challenges and Risks.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0 and NIST AI RMF set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
OWASP Non-Human Identity Top 10 NHI-03 Focuses on credential rotation and lifecycle control for NHIs.
NIST CSF 2.0 PR.AC-1 Access governance must be defined before automation expands entitlements.
NIST AI RMF Governance, accountability, and lifecycle oversight are needed for automated identity decisions.

Establish accountable governance controls before delegating access decisions to automation.