Subscribe to the Non-Human & AI Identity Journal

Who should own machine identity change control in an IAM programme?

Identity and platform teams should share ownership, with security defining policy and operations managing the implementation. Machine identities behave like production infrastructure, so access rules, bot registrations, and signature checks need the same review discipline as application changes. That makes change control part of identity governance, not a separate engineering activity.

Why This Matters for Security Teams

machine identity change control is where identity governance meets production reliability. Certificates, service accounts, API keys, bot registrations, and workload tokens change the blast radius of an IAM programme because they are embedded in release pipelines, infrastructure code, and runtime trust decisions. NHI Management Group’s Ultimate Guide to NHIs shows how frequently these identities outnumber human accounts and how often organisations lack full visibility into them. The practical risk is not just exposure, but unmanaged change that silently breaks services or widens privilege.

That is why ownership cannot sit only with IAM administrators or only with application teams. Security must define the policy, approval criteria, and escalation paths, while platform and operations teams must implement the actual change workflow where the identities live. This aligns with the NIST Cybersecurity Framework 2.0 emphasis on governed, repeatable control execution rather than ad hoc remediation. In practice, many security teams encounter machine identity failures only after a certificate expires or a deployment breaks, rather than through intentional change review.

How It Works in Practice

Effective ownership starts by treating machine identity changes like production configuration changes, not helpdesk requests. The change control workflow should cover who can request, who can approve, who executes, and who validates the outcome. For NHI-heavy environments, that typically means a shared model: identity or security owns the policy, platform engineering owns the automation, and service owners own business justification and testing. This division is consistent with the governance guidance in Ultimate Guide to NHIs.

In practice, the control points should include:

  • registration of new machine identities and service accounts
  • certificate issuance, renewal, and revocation approval
  • secret rotation, key replacement, and token TTL changes
  • signature and trust-anchor updates for software supply chain dependencies
  • exception handling for emergency break-glass changes

The most defensible model is policy-based change control: security defines acceptable patterns, such as required TTLs, minimum key strength, and mandatory ownership tags, while the platform team implements enforcement through CI/CD, certificate automation, or secrets orchestration. That is also where frameworks such as the NIST Cybersecurity Framework 2.0 and NHI governance guidance converge with operational reality: controls are only real if they are embedded in the systems that issue and rotate identities.

These controls tend to break down in highly federated environments where application teams can create their own identities outside central pipelines because ownership becomes ambiguous and review drift accumulates quickly.

Common Variations and Edge Cases

Tighter change control often increases delivery overhead, so organisations need to balance release velocity against the risk of silent identity drift. The right answer is not always a single central owner. In mature environments, central IAM may own standards and tooling, while product-aligned platform teams execute changes under those standards. That approach works best when there is clear inventory, automated discovery, and auditable approval chains.

There is no universal standard for this yet, especially for ephemeral workloads, short-lived tokens, and agentic systems where identities are created and destroyed dynamically. Current guidance suggests that ownership should follow the control surface: if the identity is provisioned by CI/CD, the platform team needs operational accountability; if policy defines who may approve or rotate it, security must own the policy. For deeper context on the operational risk of unclear ownership, see Top 10 NHI Issues and the incident patterns in 52 NHI Breaches Analysis.

The edge case to watch is third-party managed infrastructure, where the vendor controls implementation but the enterprise still owns risk acceptance. In those cases, change control should be contractually defined, not implied by ticket ownership.

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.

Framework Control / Reference Relevance
OWASP Non-Human Identity Top 10 NHI-03 Machine identity change control depends on governed rotation and lifecycle discipline.
NIST CSF 2.0 PR.AC-4 Shared ownership supports least-privilege access governance for non-human identities.
NIST AI RMF AI RMF helps frame accountable governance for autonomous or tool-using machine identities.

Assign policy to security and execution to operations, with periodic access review and enforcement evidence.