Subscribe to the Non-Human & AI Identity Journal

Internal Controls

The broader set of mechanisms, rules, and procedures used to safeguard operations, support accountability, and detect or correct problems. In identity governance, they include approvals, monitoring, reconciliation, audits, and training, not just permission boundaries.

Expanded Definition

Internal controls are the operational safeguards that make NHI governance reliable rather than aspirational. In practice, they include approval workflows, segregation of duties, inventory reconciliation, periodic review, logging, exception handling, and training. For non-human identities, these controls help ensure that service accounts, API keys, certificates, and automation paths remain authorised, traceable, and revocable over time.

Definitions vary across vendors when the term is applied to identity systems, because some use it narrowly for access approval while others include monitoring and corrective action. In NHI security, the broader interpretation is more useful: controls should address lifecycle risk, not just initial issuance. That aligns with the intent of the NIST Cybersecurity Framework 2.0, which treats governance, detect, and respond capabilities as part of a continuous control system.

Internal controls are often confused with technical enforcement alone, but they also include the human and procedural checks that keep automated access from drifting into blind trust. The most common misapplication is treating a permission boundary as sufficient control, which occurs when teams skip review, monitoring, and revocation procedures after the NHI is created.

Examples and Use Cases

Implementing internal controls rigorously often introduces workflow friction and review overhead, requiring organisations to weigh speed of delivery against assurance, evidence, and revocation readiness.

  • Periodic recertification of service accounts so dormant or overprivileged NHIs are identified before they become an incident path, as discussed in the Ultimate Guide to NHIs — Standards.
  • Approval gates for issuing API keys, certificates, or tokens, with separate approvers for request, validation, and final activation to reduce insider abuse.
  • Reconciliation between cloud IAM, vault inventories, and CI/CD tooling so that every active secret has an accountable owner and a documented purpose.
  • Event-driven alerting when an NHI is used outside its expected context, paired with review steps mapped to the NIST Cybersecurity Framework 2.0.
  • Offboarding controls that revoke credentials, invalidate certificates, and close dependent automations when a workload is retired or migrated.

Because internal controls span both system and process design, organisations often use them to prove that NHI administration is not just technically possible but operationally governed. That distinction matters when auditors ask who approved access, who reviewed it, and who verified removal.

Why It Matters in NHI Security

Internal controls are the difference between an NHI estate that is merely deployed and one that is defensible. Without them, secrets drift into code repositories, excessive privileges persist, and service accounts remain active long after their owners forget they exist. NHIMG research shows that 97% of NHIs carry excessive privileges and 71% are not rotated within recommended time frames, which means weak controls are not a theoretical issue but a direct exposure path. The same research also reports that only 5.7% of organisations have full visibility into their service accounts, underscoring how often accountability breaks before detection even begins.

These controls support assurance across the full lifecycle: issuance, usage, review, exception management, and retirement. They also make standards-based governance actionable under Ultimate Guide to NHIs — Standards, where the central question is whether access can be explained, enforced, and reversed. Organisational maturity is exposed most clearly when access must be proven after the fact, not when it is first granted.

Organisations typically encounter the need for internal controls only after a secrets leak, privilege abuse, or failed audit, at which point the control gaps become operationally unavoidable to address.

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 CSF 2.0 set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
OWASP Non-Human Identity Top 10 NHI-01 Internal controls govern NHI lifecycle oversight, approvals, and review.
NIST CSF 2.0 GV.OC-01 Internal controls support governance, accountability, and operational oversight.
NIST CSF 2.0 DE.CM-01 Monitoring and reconciliation are core internal controls for detecting drift.

Continuously monitor NHI activity and reconcile active credentials against approved inventory.