Subscribe to the Non-Human & AI Identity Journal
Home FAQ Governance, Ownership & Risk When should organisations move from periodic review to…
Governance, Ownership & Risk

When should organisations move from periodic review to runtime access control?

← Back to all FAQ
By NHI Mgmt Group Editorial Team Updated June 23, 2026 Domain: Governance, Ownership & Risk

Organisations should move when identities can complete meaningful actions before the next review cycle would ever see them. If access can be created, used, and discarded within a short session, periodic certification is too slow to govern it. Runtime controls are necessary whenever the identity’s behaviour changes faster than the review process.

Why This Matters for Security Teams

The trigger for runtime access control is not volume alone, but speed. When service accounts, API keys, and agent identities can create value in seconds, periodic review becomes a record of what already happened rather than a control over what is happening now. That gap is especially dangerous when secrets are spread across code, CI/CD systems, and cloud tooling, a pattern NHI Mgmt Group documents in its Ultimate Guide to NHIs.

Organisations should think about the review model as a lagging assurance process and runtime control as an active decision point. The shift is warranted when an identity’s permissions, context, or mission can change faster than the next certification cycle. OWASP’s Non-Human Identity Top 10 reinforces that overprivileged and poorly governed machine identities are a structural risk, not just an audit finding. In practice, many security teams encounter abuse only after an automated workload has already chained access across systems, rather than through intentional review.

How It Works in Practice

Runtime access control moves the decision to the moment of use. Instead of certifying a broad entitlement every quarter, policy evaluates the request in context: which workload is acting, what it is trying to do, which environment it is in, and whether the request fits the approved task. For NHIs and AI agents, that usually means short-lived credentials, strong workload identity, and policy that can revoke or deny access immediately.

In practical terms, teams combine several controls:

  • Issue ephemeral credentials through a broker or vault only for the current task.
  • Bind access to workload identity, not just a static secret, so the system knows what is making the request.
  • Evaluate policy at request time, using context such as service, namespace, risk score, and destination.
  • Revoke or expire credentials automatically when the session ends or the task completes.
  • Log each decision so reviewers can inspect actual use, not just entitled access.

This is consistent with the zero-trust direction described in NHI Mgmt Group’s Ultimate Guide to NHIs — Standards and with PCI DSS v4.0’s emphasis on limiting exposure of sensitive authentication data. For runtime enforcement, current guidance suggests policy-as-code patterns that can be evaluated automatically rather than manually approved. These controls tend to break down when identities are shared across teams and one credential is used for many unrelated workflows because the system can no longer distinguish legitimate activity from lateral misuse.

Common Variations and Edge Cases

Tighter runtime controls often increase operational overhead, requiring organisations to balance stronger containment against application friction and incident-response complexity. That tradeoff is especially visible in legacy systems, batch jobs, and third-party integrations where short-lived credentials are hard to retrofit.

Best practice is evolving, but there is no universal standard for every environment. For low-risk internal jobs with stable access patterns, periodic review may still be acceptable as a backstop. For high-risk, high-churn, or autonomous workloads, it should not be the primary control. The threshold is usually crossed when access is mission-specific, credentials are reusable across systems, or the identity can act faster than governance can observe.

For organisations with AI agents or autonomous pipelines, the bar is even higher because behaviour is dynamic and may chain tools unpredictably. Runtime control becomes the safer default when an identity can move laterally, call external tools, or escalate privileges without a human in the loop. NHI Mgmt Group’s 52 NHI Breaches Analysis shows why delayed oversight is rarely enough once machine identities are in motion. The practical rule is simple: if the access decision must be correct now, periodic review is already too late.

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.

FrameworkControl / ReferenceRelevance
OWASP Non-Human Identity Top 10NHI-03Addresses overlong credential lifetimes that periodic review cannot catch.
NIST CSF 2.0PR.AC-4Maps to managing access rights based on current need, not stale entitlement.
NIST AI RMFRuntime control is a governance response to changing AI and workload behaviour.

Replace long-lived access with short-lived machine credentials and revoke them at task completion.

NHIMG Editorial Note
Reviewed and updated by the NHIMG editorial team on June 23, 2026.
NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org