Join our Newsletter — 33% off our NHI Course

Who is accountable when access controls are not auditable under regulated frameworks?

The enterprise is accountable, not the individual user or a control team acting in isolation. Regulators expect organisations to prove that authentication, authorisation, and privilege changes were enforced and logged. Under frameworks such as SOC 2, ISO 27001, eIDAS, and similar governance regimes, auditability is part of the control itself, not an optional after-the-fact report.

Why This Matters for Security Teams

When access controls cannot be audited, the problem is not just missing evidence. It means the organisation cannot prove who gained access, why it was granted, whether it changed, or whether revocation happened on time. That is a governance failure under regulated frameworks, because auditability is part of the control design, not an optional report after the fact. Guidance from the NIST Cybersecurity Framework 2.0 and ISO/IEC 27001:2022 Information Security Management both reinforce that accountability depends on demonstrable control operation.

For NHI-heavy environments, this gets worse because machine identities often outnumber human identities by 25x to 50x, and NHIMG research shows only 5.7% of organisations have full visibility into their service accounts in the Ultimate Guide to NHIs. In practice, many security teams discover audit gaps only after a failed assessment, a production incident, or a regulator asks for evidence that does not exist.

How It Works in Practice

Accountability starts with making access controls measurable at the point of decision. In regulated environments, that usually means every authentication, privilege grant, token issuance, and revocation event must produce an immutable record that can be tied to a subject, a policy, and a timestamp. Controls from NIST SP 800-53 Rev 5 Security and Privacy Controls and CIS Controls v8 both push organisations toward logging, access review, and least-privilege enforcement that can survive an audit.

For NHI governance, the practical pattern is to bind each machine identity to a lifecycle that is visible from issuance to offboarding. The Ultimate Guide to NHIs — Regulatory and Audit Perspectives and NHI Lifecycle Management Guide both emphasize that auditability requires more than logs stored somewhere. It requires evidence that controls were operating continuously, including:

  • who approved the entitlement or secret
  • what policy allowed the access
  • when the credential was issued and revoked
  • which system consumed it and for what purpose
  • how exceptions were handled and reviewed

That is why organisations often pair policy-as-code with central logging, immutable storage, and periodic access recertification. The OWASP Non-Human Identity Top 10 is useful here because it highlights the operational risk of orphaned, overprivileged, or untracked machine credentials. These controls tend to break down when service accounts are created ad hoc in CI/CD pipelines because the provenance, owner, and revocation path are often missing from day one.

Common Variations and Edge Cases

Tighter audit requirements often increase operational overhead, requiring organisations to balance evidence quality against delivery speed. That tradeoff is especially visible in legacy systems, shared service accounts, and emergency access workflows, where teams may be tempted to accept partial logging or manual approvals. Current guidance suggests that compensating controls can be acceptable, but there is no universal standard for this yet, and regulators will still expect a defensible chain of accountability.

One common edge case is outsourced or federated access. If a third party operates the control plane, the enterprise still remains accountable for proving that access was authorised, logged, and reviewed. Another is secrets stored outside a vault. NHIMG notes in the Ultimate Guide to NHIs — Key Challenges and Risks that 96% of organisations store secrets outside secrets managers in vulnerable locations, which makes audit reconstruction unreliable. That is where the control story often collapses: the system may have worked, but no one can prove it later.

For regulated access, the safest answer is to treat auditability as a design requirement, not a reporting feature. If the entitlement cannot be traced, the control is effectively ungoverned, even if the system is technically functional.

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 and CSA MAESTRO address the attack and risk surface, while NIST CSF 2.0, NIST SP 800-63 and NIST AI RMF set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
NIST CSF 2.0 GV.RM, PR.AA Auditability and access accountability map to governance and access enforcement outcomes.
NIST SP 800-63 AAL, IAL, FAL Identity proofing and authentication assurance require traceable control evidence.
OWASP Non-Human Identity Top 10 NHI-05 Untracked machine identities create audit gaps and hidden privileged access.
CSA MAESTRO GOV-01 Agent and workload governance depends on provable identity, policy, and logging.
NIST AI RMF AI governance requires accountability, transparency, and traceable operational controls.

Document control ownership and evidence collection so AI-driven access can be audited end to end.