Accountability typically sits with the organisation that owns the infrastructure and the controls around it. Security, platform, and DevOps teams share responsibility for defining policy, enforcing it in pipelines, and proving evidence for audits. The key governance issue is whether controls are embedded in delivery workflows or left to manual review after release.
Why This Matters for Security Teams
Mandatory compliance failures rarely come from a single mistake. They usually appear when ownership is split between infrastructure, security, and delivery teams, but the control is treated as a paperwork issue instead of an engineering constraint. That creates a gap between who approves a change, who implements it, and who must answer for the audit trail. Guidance in NIST Cybersecurity Framework 2.0 and NHIMG’s Ultimate Guide to NHIs — Regulatory and Audit Perspectives both point to the same reality: accountability must be explicit, evidence-backed, and built into the operating model.
When infrastructure changes violate mandatory standards, the organisation is accountable first, but individual accountability depends on whether policy, approvals, and enforcement were actually assigned and monitored. Security teams often assume compliance is preserved by change approval alone, while platform teams assume a control belongs to someone else. In practice, many organisations discover that separation only after an audit exception, customer review, or incident has already exposed the gap.
How It Works in Practice
Accountability starts with control ownership. The organisation owns the risk, but named control owners should exist for the policy, the pipeline, and the evidence. For example, a platform team may own infrastructure-as-code guardrails, security may own control requirements and exception thresholds, and DevOps may own the release workflow that enforces both. NIST guidance in NIST SP 800-53 Rev. 5 Security and Privacy Controls supports this division by making controls testable and traceable rather than implicit.
The practical question is not just who is blamed after a violation. It is who can prevent one, detect one, and prove the outcome. Strong programs tie compliance to infrastructure-as-code, policy-as-code, and immutable logs so evidence is produced continuously. NHIMG’s Top 10 NHI Issues is especially relevant where infrastructure changes depend on non-human identities, because over-privileged service accounts and static secrets often become the hidden path around approval gates. The 2024 ESG Report: Managing Non-Human Identities reports that 72% of organisations have experienced or suspect a breach of non-human identities, which shows how quickly governance gaps become operational failures.
- Define a named control owner for each mandatory standard.
- Embed the requirement in the deployment pipeline, not a post-release checklist.
- Log who approved, who executed, and which policy version was enforced.
- Route exceptions through a documented risk acceptance process with expiry dates.
That model works best when infrastructure is code-driven and all changes flow through governed pipelines. These controls tend to break down when teams can make console changes outside the pipeline, because the evidence chain becomes fragmented and no one can prove which control failed first.
Common Variations and Edge Cases
Tighter compliance control often increases delivery overhead, so organisations must balance auditability against speed. In practice, the hardest cases are emergency changes, multi-team cloud estates, and vendor-managed platforms where one group sets policy but another group has the technical ability to bypass it. Guidance is evolving on how far shared accountability should extend in these environments, but current practice still favours explicit RACI-style ownership and automated enforcement over informal handoffs.
There are also cases where the change is compliant in one domain but violates a different mandatory standard, such as access control, logging retention, or encryption requirements. That is why compliance cannot be assigned only to the last approver. It must be reflected in operational controls and in the evidence record. NHIMG’s Ultimate Guide to NHIs — Lifecycle Processes for Managing NHIs and the ISO/IEC 27001:2022 Information Security Management standard both reinforce lifecycle ownership and documented control operation. Where organisations rely on manual approvals, shared admin access, or unclear exception handling, accountability becomes diffuse and the compliance failure is usually traced only after the change has already shipped.
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 CSA MAESTRO address the attack and risk surface, while NIST CSF 2.0, NIST SP 800-53 Rev 5 and NIST AI RMF set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST CSF 2.0 | GV.RM-1 | Risk ownership must be assigned when changes can violate mandatory standards. |
| NIST SP 800-53 Rev 5 | Control accountability and audit evidence map directly to NIST control implementation. | |
| OWASP Non-Human Identity Top 10 | NHI-03 | Change violations often stem from poorly governed NHI credentials and access paths. |
| NIST AI RMF | GOVERN | If AI-assisted changes are involved, governance must define responsibility and oversight. |
| CSA MAESTRO | Shared control boundaries matter in autonomous infrastructure and agent-driven change flows. |
Set governance, accountability, and human escalation paths for AI-assisted infrastructure changes.
Related resources from NHI Mgmt Group
- Who is accountable when Infrastructure as Code changes create compliance or security failures?
- Who is accountable for maintaining SOC 2 evidence when cloud infrastructure changes frequently?
- Who is accountable when API-driven access changes affect contracts, licences, or user permissions?
- Who is accountable for SAP compliance when risk dashboards reveal unresolved access conflicts?