Join our Newsletter — 33% off our NHI Course

What breaks when organisations rely only on configuration checks for compliance?

Configuration checks can miss the identity layer that actually controls access. Excessive permissions, third-party OAuth access, service accounts, and AI agents may remain active even when settings look acceptable. Without identity visibility, teams can believe they are compliant while sensitive access has quietly expanded beyond business need.

Why Configuration Checks Alone Miss the Real Compliance Risk

Configuration reviews are useful, but they only prove that a control setting exists at a moment in time. They do not prove that the right identities are using it, that access has been revoked, or that privileged pathways have not accumulated outside the approved baseline. That gap matters because identity is the enforcement layer in modern environments, and NHIs often outnumber human identities by 25x to 50x, according to NHI Mgmt Group.

Compliance teams that rely only on configuration checks can miss service accounts, OAuth grants, API keys, and delegated access that remain active long after a system looks “green.” The result is a false sense of control: the policy says one thing, while the access graph says another. This is exactly why identity visibility needs to sit alongside configuration validation, not behind it, as reflected in NIST Cybersecurity Framework 2.0 and Top 10 NHI Issues.

In practice, many security teams discover over-permissioned NHIs only after a review cycle has closed and an exception has already been exploited.

How the Gap Appears in Real Environments

Configuration checks typically answer questions such as whether encryption is enabled, whether a port is closed, or whether a vault setting matches policy. They do not answer whether a cloud role is still attached to a decommissioned workload, whether a third-party application still has OAuth consent, or whether an AI agent can chain tools beyond its intended task scope. That is why identity-centric review must accompany hardening checks.

A stronger approach combines configuration evidence with entitlement and activity evidence. Practitioners should reconcile what the system is configured to allow with what identities can actually do at runtime. The operational sequence is usually:

  • Inventory NHIs, service accounts, and secrets with ownership and purpose.
  • Review effective permissions, not just assigned roles.
  • Validate secret age, rotation status, and revocation coverage.
  • Check third-party and machine-to-machine grants for stale access.
  • Confirm that offboarding removes identity access, not only resource settings.

This is consistent with the lifecycle emphasis in Ultimate Guide to NHIs — Lifecycle Processes for Managing NHIs and control expectations in NIST SP 800-53 Rev 5 Security and Privacy Controls. The practical test is simple: can the organisation show who or what still has access after a configuration passes? If not, the compliance evidence is incomplete. These controls tend to break down in cloud and CI/CD-heavy environments because identities are created, delegated, and reused faster than periodic configuration reviews can detect.

Where the Model Breaks Down and What to Add

Tighter configuration control often increases review burden, requiring organisations to balance audit simplicity against identity sprawl and operational speed. That tradeoff is especially sharp in environments with ephemeral workloads, partner integrations, and AI-driven automation, where access changes faster than policy baselines can be updated.

There is no universal standard for this yet, but current guidance suggests that configuration compliance should be treated as one input, not the control outcome itself. A system may be fully hardened and still fail security expectations if an unused service account retains admin rights or if an external app can continue reading data through a valid token. This is why Ultimate Guide to NHIs — Regulatory and Audit Perspectives matters: auditors increasingly need evidence of identity governance, not just secure settings.

Teams should add identity ownership, access review cadence, secret rotation, and revocation testing to the compliance program. Where possible, map those checks into the same evidence stream as configuration reports so auditors can see both control state and access state. The main exception is legacy infrastructure where identity telemetry is unavailable; in those cases, manual attestations can help, but they are weaker and should be treated as temporary compensating controls. In practice, configuration-only programs fail when inherited access persists after the system itself has been remediated.

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, OWASP Agentic AI Top 10 and CSA MAESTRO 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-01 Configuration checks miss NHI ownership and inventory gaps.
OWASP Agentic AI Top 10 A1 Agent and tool access can persist even when system settings look compliant.
CSA MAESTRO G3 MAESTRO emphasizes governance across autonomous and delegated access paths.
NIST CSF 2.0 PR.AC-1 Identity proofing and access management are broader than configuration state.
NIST AI RMF AI RMF requires managing system behavior, not only configured safeguards.

Add governance checks for delegated access and decision provenance alongside config reviews.