Join our Newsletter — 33% off our NHI Course

Relationship governance

Relationship governance is the practice of controlling access based on how identities, resources, and permissions are connected rather than looking at accounts in isolation. It matters because modern environments distribute privilege across direct grants, inherited roles, and delegated machine workflows that simple account reviews often miss.

Expanded Definition

Relationship governance is the discipline of managing privilege through the links between identities, resources, and delegated authority, rather than evaluating each account as a standalone object. In NHI environments, that means understanding which service account can act on behalf of which workload, which OAuth grant inherits what scope, and which automated process can reach which secret or API. The concept overlaps with least privilege, entitlement review, and delegated access, but it is more precise because it focuses on the trust graph itself. In practice, relationship governance often maps cleanly to the NIST Cybersecurity Framework 2.0 emphasis on access control and asset relationships, while NHI teams use it to expose hidden privilege chains. Definitions vary across vendors, because some tools treat it as identity graph analysis while others frame it as governance over access paths and delegation. The most common misapplication is reviewing accounts in isolation, which occurs when inherited permissions, transitive trust, and machine-to-machine delegation are not traced end to end.

Examples and Use Cases

Implementing relationship governance rigorously often introduces graph visibility and review overhead, requiring organisations to weigh stronger privilege assurance against the cost of maintaining relationship maps.

  • A cloud workload receives access through a role chain, and the governance review checks the full inheritance path instead of approving the final role alone.
  • An API integration uses an OAuth grant to reach customer data, and the team validates the delegated scope, the issuer, and the downstream service trust path using guidance from the Ultimate Guide to NHIs — Lifecycle Processes for Managing NHIs.
  • A CI/CD pipeline can mint short-lived tokens for deployment, and the review confirms which repository, runner, and environment each token relationship binds together.
  • A third-party vendor app is connected through OAuth, and operators trace the grant, consent, and data reachability because The State of Non-Human Identity Security reports that 85% of organisations lack full visibility into third-party vendors connected via OAuth apps.
  • An audit identifies a dormant service account that still inherits access from a deleted group, and the corrective action removes the relationship rather than just disabling the account.

These use cases are especially important where the relationship itself is the privilege, such as delegated administration, workload identity federation, and inherited entitlements across environments.

Why It Matters in NHI Security

Relationship governance closes the gap between nominal access and effective access. NHIs are often compromised not because a single secret was weak, but because the surrounding trust relationships were too broad, too persistent, or too opaque. That is why the NHI security problem repeatedly shows up as a governance failure: The State of Non-Human Identity Security found that only 1.5 out of 10 organisations are highly confident in securing NHIs, and 45% cite lack of credential rotation as the top attack cause. Relationship governance matters when direct grants, inherited roles, and delegated workflows intersect, because each relationship can expand blast radius even if the underlying credential looks valid. It also aligns with the audit perspective in the Ultimate Guide to NHIs — Regulatory and Audit Perspectives, where reviewers need evidence of how access was authorized and propagated, not just whether an account exists. Organisations typically encounter the need for relationship governance only after a suspicious access path, a vendor compromise, or a failed audit exposes hidden privilege chains, at which point the concept 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 address the attack and risk surface, while NIST CSF 2.0, NIST Zero Trust (SP 800-207), NIST SP 800-63 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-04 Relationship governance addresses excessive access paths and hidden privilege chains in NHI environments.
NIST CSF 2.0 PR.AC-4 Access permissions management requires understanding how permissions are linked and inherited.
NIST Zero Trust (SP 800-207) SC-1 Zero Trust depends on continuous verification of trust relationships, not static account trust.
NIST SP 800-63 IAL2 Digital identity assurance supports governance over delegated and federated identity relationships.
NIST AI RMF AI risk management includes governance of agent access relationships and downstream effects.

Map and review every transitive access path so inherited or delegated privilege is removed when no longer required.