Access requests grant permissions only when a user needs them, usually for a limited time and a specific task. Standing access remains continuously available, even when it is not actively required. For infrastructure security, access requests support zero trust and zero standing privilege by shrinking exposure, improving accountability, and reducing the number of always on pathways an attacker can abuse.
Why Access Requests and Standing Access Are Not the Same Control Choice
Access requests and standing access answer different security problems. Access requests are a time-bound authorisation pattern: a user asks for access when a task requires it, and the permission should expire when that task ends. Standing access is persistent permission that stays available whether or not it is currently needed. The security difference is not cosmetic. It changes blast radius, auditability, and how much trust an attacker inherits if an account or workflow is compromised.
For infrastructure security, the distinction matters because infrastructure systems often control privileged actions across clouds, clusters, secrets, CI/CD, and admin planes. Persistent access makes those pathways continuously usable, while access requests force a narrower approval window and create a clearer record of who needed what and when. That is why access requests align with zero standing privilege and with current least-privilege guidance, while standing access is usually reserved for tightly bounded break-glass or operational exception cases.
In practice, many teams discover the real difference only after an overbroad always-on role is abused or a long-lived credential is found sitting unused in a privileged path.
How Access Requests Work in Infrastructure Security
In an access-request model, the default state is no access or minimal access. A request triggers an approval, policy evaluation, or automated workflow that grants only the permissions needed for a specific scope, duration, or environment. Good implementations distinguish between read-only diagnostics, production change access, and emergency recovery access rather than treating all elevated access as one category. That separation matters because a short-lived approval for one cluster should not silently open paths to other clusters, other tenants, or secret stores.
The operational advantage is that access requests can be tied to identity, purpose, time, and environment. That makes review more meaningful and limits post-compromise reuse. It also gives defenders a cleaner signal: if an approved session appears outside its expected window or target system, the event is easier to flag. NHI Management Group research on NHI exposure shows why this is valuable, since Astrix Security & CSA’s NHI security report found that lack of credential rotation is a top cause of NHI-related attacks, which is a common pattern when access is made too persistent.
Standing access works differently. A role, group membership, or token remains continuously valid, often for convenience or to avoid workflow friction. That can be acceptable for low-risk, non-privileged functions, but it becomes a material exposure when the entitlement can modify infrastructure, read secrets, or bypass change controls. The practical question is not whether standing access is ever allowed; it is whether the system can prove why it must remain always on and whether that exception is still justified. The OWASP Non-Human Identity Top 10 is useful here because it frames how persistent machine access, over-privilege, and weak lifecycle control become recurring attack paths.
- Use access requests when the task is episodic, high impact, or environment-specific.
- Use standing access only when the operational need is continuous and the privilege is narrowly bounded.
- Treat approval logs and session logs as evidence, not just process output.
- Review whether the access model still matches the current workflow, especially after platform or team changes.
These controls tend to break down when organisations mix break-glass access, human admin roles, and automation accounts into one broad permission set because no one can tell which access should expire and which must remain persistent.
When Standing Access Is Still Used, and What Changes at Scale
Tighter access request workflows often increase operational friction, so teams have to balance speed against exposure. That tradeoff becomes sharper in infrastructure environments where engineers need rapid remediation during outages or where automation must act faster than a human approval loop. Best practice is evolving, but current guidance suggests separating normal operational access from emergency access and making the exception path highly visible, time-limited, and reviewable.
Standing access is most defensible in two cases: low-risk read-only visibility and tightly controlled break-glass situations. Outside those cases, standing access tends to accumulate as teams add tools, service accounts, and temporary exceptions that never get removed. At scale, that creates hidden privilege drift, especially when multiple platforms each maintain their own approval logic. A single overbroad entitlement can silently outlive the project, the engineer, or the application that created it.
For infrastructure leaders, the key design issue is not just whether access is requested or standing, but whether the request process is actually enforcing time limits, scope, and revocation. The 2026 Infrastructure Identity Survey is relevant here because it shows how quickly organisations fall back to persistent access patterns when speed and automation pressures increase. Where access is granted frequently and revoked rarely, the control begins to behave like standing access in practice even if the policy language says otherwise.
Practitioner takeaway: the right model is usually not “requests versus standing access” as a binary choice, but “how much persistent privilege can the environment justify after the task, session, or incident is over?”
Risk and Threat Considerations
Standing access increases the window in which an attacker can abuse a valid entitlement, and that matters most in infrastructure domains where one privileged credential can reach many systems. The material risk is privilege persistence: if an account, token, or role is compromised, the attacker may not need to bypass authentication again because the access is already there.
Failure mechanism: Persistent permissions create long-lived attack paths through reused roles, forgotten break-glass entitlements, stale group membership, and over-privileged automation accounts. Once obtained, that access can support reconnaissance, secret discovery, configuration tampering, and lateral movement without triggering a fresh approval event.
Impact: The likely consequence is broader compromise of infrastructure control planes, secret stores, or deployment pipelines, followed by harder attribution and slower containment because the access appears legitimate on paper.
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 MITRE ATT&CK address the attack and risk surface, while NIST Zero Trust (SP 800-207), CIS Controls v8 and NIST CSF 2.0 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST Zero Trust (SP 800-207) | SC-4 — Dynamic Authorization | Time-bound access requests align with continuous policy evaluation. |
| Recommendation — Apply dynamic authorization to limit access by context and session. | ||
| CIS Controls v8 | 6 — Access Control Management | The topic centers on provisioning and revoking privileged access. |
| Recommendation — Use least privilege and timely revocation to eliminate excess access. | ||
| NIST CSF 2.0 | PR.AC — Identity Management, Authentication, and Access Control | The question is about how access is granted and maintained over time. |
| Recommendation — Enforce access lifecycle controls that distinguish temporary from persistent privilege. | ||
| OWASP Non-Human Identity Top 10 | NHI-03 — Secrets and Credential Lifecycle | Standing access often persists through long-lived machine credentials and tokens. |
| Recommendation — Rotate and expire machine credentials so access does not remain indefinitely valid. | ||
| MITRE ATT&CK | T1078 — Valid Accounts | Persistent access increases the value of valid-account abuse after compromise. |
| Recommendation — Hunt for abuse of legitimate accounts and remove unnecessary standing privilege. | ||
Practitioner Guidance
What to prioritise: Classify infrastructure access by duration and blast radius before you classify it by team or job title. The highest-value control is usually shortening the lifetime of privileged access, not merely adding more approvals around the same always-on entitlement.
Decision rule: If the access can reach production changes, secrets, or identity control planes, require a time-bound request path or a narrowly defined exception with explicit expiry. If the access is only for low-risk visibility, standing access may be acceptable, but only if the permissions remain read-only and are still reviewed for drift.
What to verify: Verify that the request workflow actually revokes access automatically, records the approver and purpose, and prevents approval from expanding scope beyond the minimum needed. Also verify that emergency access is isolated from everyday admin use so break-glass does not become routine.
What practitioners underestimate: The biggest failure is often not the initial entitlement but the cleanup problem. Access that is “temporary” in policy but permanent in practice is functionally standing access, and that gap is where audit evidence and real exposure diverge.
Practitioner takeaway: The control question is whether privilege expires as predictably as the task that justified it; if it does not, the environment has standing access no matter what the policy says.
Related resources from NHI Mgmt Group
- What is the difference between role-based access and API key governance for NHI security?
- What is the difference between reviewing human access and reviewing NHIs?
- What is the difference between protecting applications and protecting access?
- What is the difference between role based access control and purpose based access control for AI workloads?
Deepen Your Knowledge
Reviewed and updated by the NHIMG editorial team on September 10, 2026.
NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org