Subscribe to the Non-Human & AI Identity Journal

What do security teams get wrong about asset management and access governance?

They often assume that good asset visibility means good access visibility. It does not. Knowing that a system exists, or that software is installed, does not reveal who can use it, which service accounts depend on it, or whether the permissions attached to it have been reviewed. Entitlement review must be separate from asset inventory.

Why This Matters for Security Teams

Asset inventories answer a different question from access governance. A scanner can show that a host, container, API, or SaaS integration exists, but it will not tell security teams which non-human identities depend on it, which permissions are actually exercised, or whether those entitlements are still justified. That gap matters because NHIs and service accounts often accumulate access quietly, especially when ownership is unclear and review cadence is tied to asset lists instead of identity posture.

Current guidance from the OWASP Non-Human Identity Top 10 and NHI Management Group’s Top 10 NHI Issues treats over-privilege, stale secrets, and weak ownership as identity problems, not inventory problems. NHIs frequently outlive the assets they support, or inherit permissions through automation that no one revisits after deployment. In practice, many security teams encounter excess access only after an incident review, rather than through intentional entitlement governance.

How It Works in Practice

Effective governance starts by separating three control planes: asset inventory, identity inventory, and entitlement inventory. Asset management tells you what exists. Identity governance tells you which NHIs, service accounts, API clients, and workloads exist. Entitlement governance tells you what each identity can do across cloud, SaaS, directories, code repositories, and internal platforms. Those records should be reconciled, but not merged into a single assumption of “visibility.”

Security teams usually need a workflow like this:

  • Discover NHIs from cloud, CI/CD, secrets stores, and directory services, not just CMDBs.
  • Map each identity to an owner, business purpose, and workload dependency.
  • Review effective permissions separately from the asset record that hosts or uses the identity.
  • Flag dormant credentials, orphaned service accounts, and permissions that exceed the current job or pipeline function.
  • Use review evidence that is specific to access paths, not just asset presence.

This is why the NIST Cybersecurity Framework 2.0 emphasizes asset and access activities as distinct governance tasks, and why NHI Management Group’s Ultimate Guide to NHIs — Lifecycle Processes for Managing NHIs and Ultimate Guide to NHIs — Regulatory and Audit Perspectives both frame lifecycle control and auditability as separate from simple discovery. Where organisations get this wrong is treating CMDB completeness as proof of access review, even though a well-documented asset can still carry a forgotten token, inherited role, or unreviewed OAuth grant.

These controls tend to break down in fast-moving cloud and DevOps environments because identity bindings change faster than asset records can be updated.

Common Variations and Edge Cases

Tighter access governance often increases operational overhead, requiring organisations to balance review rigor against release speed and ownership clarity. That tradeoff is especially visible in ephemeral infrastructure, platform teams, and shared-service environments where one asset supports many identities and one identity spans many assets.

Best practice is evolving for these cases. There is no universal standard for collapsing asset and access reviews into one workflow, and in many environments that would reduce fidelity rather than improve it. A Kubernetes cluster, for example, may be accurately inventoried while the service accounts inside it, and the cloud roles behind them, remain poorly understood. Likewise, SaaS apps connected through OAuth can appear harmless in asset tools while still carrying broad delegated access. The 52 NHI Breaches Analysis and The State of Non-Human Identity Security both underscore how often visibility gaps and over-privilege coexist. If ownership is ambiguous or the entitlement graph changes daily, separate identity-centric reviews remain the safer control.

In short, asset governance can support access governance, but it cannot substitute for it. The strongest programs treat entitlement review as a live control, not a checkbox attached to the asset register.

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 Covers stale or excessive NHI credentials and privileges.
NIST CSF 2.0 PR.AC-4 Access permissions governance is distinct from inventory completeness.
NIST AI RMF AI governance principles reinforce lifecycle accountability for autonomous identities.

Review NHI entitlements separately from assets and remove unused access on a defined cadence.