Subscribe to the Non-Human & AI Identity Journal

How do Zero Trust and NIS2 fit together for OT resilience?

Zero Trust reduces implicit trust in access decisions, while NIS2 makes resilience and reporting obligations explicit for essential sectors. Together they push teams to prove who accessed what, for how long, and under which approval. The practical answer is to connect identity, audit, and continuity controls.

Why This Matters for Security Teams

For OT environments, zero trust and NIS2 are not competing ideas. Zero Trust changes how access is granted and verified at runtime, while NIS2 raises the bar for operational resilience, incident handling, and accountability in essential sectors. That combination matters because OT often includes service accounts, remote vendor access, and machine-to-machine workflows that can outlive change windows and bypass human approval chains.

The practical risk is that teams may harden the network but still leave identities, secrets, and recovery paths weak. NIS2 expects evidence that controls are working, not just that they exist on paper, and that evidence has to survive incident review and regulatory scrutiny. NHI Management Group notes that 90% of IT leaders say properly managing non-human identities is essential for a successful zero-trust implementation, which is especially relevant where OT access is mediated by credentials rather than users. See the Ultimate Guide to NHIs and the NIS2 Directive for the underlying obligations.

In practice, many security teams encounter identity-driven OT failures only after an outage, vendor compromise, or audit finding has already exposed the weak control path.

How It Works in Practice

The operational bridge between Zero Trust and NIS2 is identity-first control design. In OT, that usually means every access path is tied to a known workload, a named operator, or a controlled third party, with explicit approval, time bounds, and logging. Zero Trust provides the decision model: never assume trust based on network location. NIS2 provides the governance model: prove resilience, prove monitoring, and prove incident readiness. The most practical pattern is to apply least privilege to both human and non-human identities, then make access temporary, reviewable, and revocable.

For OT resilience, the identity stack should cover remote access gateways, engineering workstations, maintenance tooling, PLC support channels, and any API-driven telemetry or orchestration. Where possible, replace shared credentials with workload identity and short-lived tokens. The NIST SP 800-207 Zero Trust Architecture supports continuous verification, while the Guide to SPIFFE and SPIRE is useful for cryptographic workload identity in distributed systems. For NIS2 alignment, organisations should retain evidence of who approved access, which identity used it, what systems were touched, and whether the session was time-limited or continuously supervised.

  • Use unique identities for vendors, engineers, and machine accounts.
  • Issue time-bound credentials for privileged maintenance activity.
  • Log access decisions, command activity, and failed attempts centrally.
  • Map identity controls to incident response and continuity procedures.
  • Test revocation, failover, and recovery during OT-safe exercises.

These controls tend to break down when legacy OT devices cannot support modern authentication, because compensating controls then depend on gateways and jump hosts that become single points of failure.

Common Variations and Edge Cases

Tighter identity controls often increase operational overhead, requiring organisations to balance resilience gains against plant uptime and maintenance access. In OT, that tradeoff becomes visible when vendors need emergency access, when assets are air-gapped, or when long-lived protocols cannot easily carry modern tokens. Current guidance suggests this is where policy design matters more than pure tooling: if controls are too rigid, operators bypass them; if they are too loose, NIS2 evidence becomes unreliable.

There is also no universal standard for how far Zero Trust should penetrate deeply embedded OT layers. Best practice is evolving toward control at the access boundary, with strong session governance and monitoring inside the zone, rather than forcing every legacy device to behave like a cloud workload. NHI Management Group’s Regulatory and Audit Perspectives and Standards sections are helpful when translating this into audit evidence. The core question is not whether Zero Trust applies to OT, but where it must be enforced to preserve safety, continuity, and defensibility under NIS2.

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 surface, NIST Zero Trust (SP 800-207) set the technical controls, and NIS2 define the regulatory obligations.

Framework Control / Reference Relevance
NIST Zero Trust (SP 800-207) PR.AC Zero Trust access decisions are central to OT identity and session control.
NIS2 NIS2 drives resilience, monitoring, and incident reporting expectations for essential sectors.
OWASP Non-Human Identity Top 10 NHI-03 OT resilience depends on rotating and revoking non-human credentials safely.

Document identity controls, evidence logs, and recovery tests to support resilience and reporting obligations.