Join our Newsletter — 33% off our NHI Course

Scheduled Maintenance

Scheduled maintenance is planned work performed on a service or system to improve stability, apply updates, or address known issues. It is usually communicated in advance so users can prepare for temporary unavailability, reduced performance, or changes in access during the maintenance window.

Expanded Definition

Scheduled maintenance is a controlled operational change window used to apply patches, replace components, adjust configurations, or perform validation work that cannot be done safely during normal service hours. In NHI security and agentic AI operations, it often covers identity providers, secret stores, workload credentials, orchestration layers, and monitoring systems that support autonomous access. The key distinction is that scheduled maintenance is planned, approved, and communicated, while emergency remediation is reactive and usually triggered by failure or compromise.

Definitions vary across vendors on whether maintenance includes only infrastructure upkeep or also identity and policy changes, but in security practice it should always include change control, rollback planning, and integrity verification. For risk framing, organisations often map the activity to the NIST Cybersecurity Framework 2.0 because availability, recovery, and change governance are tightly linked.

The most common misapplication is treating a maintenance window as a blanket exception for access, which occurs when temporary elevation is granted without scope limits, logging, or automatic expiry.

Examples and Use Cases

Implementing scheduled maintenance rigorously often introduces short-term service disruption and coordination overhead, requiring organisations to weigh stability gains against user downtime and operational complexity.

  • Rotating certificates for a service mesh or identity provider during a planned window so trust chains can be updated without breaking active workloads.
  • Patching a secrets manager instance while keeping a parallel path available, especially in environments where fragmentation is already common; NHIMG notes that organisations maintain an average of 6 distinct secrets manager instances in its The State of Secrets in AppSec research.
  • Updating agent tool permissions after a policy review, with a staged rollout that validates least privilege before the new access model becomes the default.
  • Rebuilding an NHI inventory cache after a schema change, then confirming that service accounts, workload identities, and secret references still resolve correctly.
  • Applying a database or queue broker patch that temporarily pauses downstream agents, with maintenance notices sent to owners who depend on those automation paths.

These patterns are often paired with guidance from the NIST Cybersecurity Framework 2.0, which stresses planned resilience and controlled recovery.

Why It Matters in NHI Security

Scheduled maintenance matters because NHI environments depend on continuous trust relationships. A poorly executed window can invalidate tokens, strand workloads, interrupt agent execution, or expose overbroad emergency access that persists after the event. The larger the NHI estate, the more likely maintenance touches interdependent systems such as secrets managers, CI/CD pipelines, and runtime policy engines. NHIMG research shows how quickly compromise pressure can escalate around exposed credentials: in LLMjacking: How Attackers Hijack AI Using Compromised NHIs, attackers attempted access to exposed AWS credentials within an average of 17 minutes, underscoring why maintenance artifacts must never become lingering attack paths.

When scheduled work is mishandled, teams may also lose visibility into whether an outage is deliberate or malicious. That is why maintenance planning should include approvals, notification, rollback criteria, access scoping, and post-change verification of NHI-linked controls. Organisations typically encounter the true cost of scheduled maintenance only after an update breaks authentication or an emergency access exception remains open, at which point the maintenance process itself becomes 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 and OWASP Agentic AI Top 10 address the attack and risk surface, while NIST CSF 2.0, NIST Zero Trust (SP 800-207) and NIST SP 800-63 set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
OWASP Non-Human Identity Top 10 NHI-02 Maintenance windows often expose secret handling and access-control weaknesses.
NIST CSF 2.0 PR.IP-3 Planned maintenance is part of controlled change and resilience management.
NIST Zero Trust (SP 800-207) SC-7 Maintenance must not create permanent trust or bypass network protections.
NIST SP 800-63 AAL2 Temporary administrative access during maintenance should meet documented assurance requirements.
OWASP Agentic AI Top 10 AGENT-07 Agent maintenance can alter tool access and execution boundaries.

Review maintenance changes for secret exposure, privilege drift, and incomplete rollback before closing the window.