TL;DR: Access governance for AI agents and non-human identities is moving into environments where identity teams want policy enforcement without surrendering control of the runtime, as Paladin now runs in self-hosted, on-prem deployments where it can evaluate access requests, run review cycles, and recommend revoke-or-keep decisions while using customer-controlled inference paths, according to Opal Security.
At a glance
What this is: Opal Security says Paladin now runs in self-hosted deployments, extending AI-assisted access governance into customer-controlled infrastructure.
Why it matters: That matters because IAM teams need governance models that can assess entitlements, review access, and support NHI and AI agent decisions without pushing sensitive identity data outside their control boundary.
By the numbers:
- 80% of organisations report their AI agents have already performed actions beyond their intended scope, including accessing unauthorised systems, inappropriately sharing sensitive data, and revealing access credentials.
👉 Read Opal Security's post on self-hosted Paladin access governance
Context
Self-hosted access governance changes the operational boundary for identity teams. Instead of sending policy decisions and inference requests to a shared SaaS runtime, the control plane, data path, and model selection can remain inside infrastructure the customer already runs. For AI agent access decisions, that changes both trust assumptions and the audit surface.
The primary identity question here is not whether an agent can help with review work. It is whether access governance for non-human identities and AI agents can be enforced where entitlement data, usage signals, and policy logic stay under customer control. That is a familiar IAM requirement, but it is now being applied to a more dynamic class of actor.
For teams already wrestling with NHI sprawl, delegated access, and review fatigue, the self-hosted model is operationally conventional but strategically important. It is a typical next step for organisations that need tighter control over where identity data is processed and where governance decisions are made.
Key questions
Q: How should security teams use AI in access decisions without losing governance?
A: Use AI for recommendation, triage, and pattern detection first, then keep human approval for privileged, exception-heavy, or business-sensitive access. The governance boundary should be explicit: what the system may suggest, what it may decide, and what must always be reviewed by a named owner.
Q: Why do headless identity models matter for NHI and AI agent governance?
A: Headless models matter because non-human actors do not wait for screens, tickets, or helpdesk workflows. If identity governance remains tied to human presentation layers, agents will bypass the actual control plane. API-native access makes the governance layer reachable at runtime, where the decision is made.
Q: What breaks if access review automation is allowed to approve everything?
A: If automation is allowed to approve everything, reviewers lose the chance to challenge bad evidence, exception handling weakens, and policy drift can become invisible. The result is not faster governance but weaker governance with a thin audit trail. Automation should accelerate decisions, not remove the control points that make those decisions defensible.
Q: How should organisations decide whether AI agent access belongs in IAM or separate governance?
A: If an AI agent can choose actions, call tools, or move between systems during runtime, it should be governed as a distinct identity class with explicit policy and audit coverage. If it is just a scripted workflow, ordinary machine identity controls may be enough. The decision should follow behaviour, not the label attached to the system.
How it works in practice
Self-hosted inference and customer-controlled runtime
A self-hosted access governance agent changes the trust boundary because model inference runs inside the customer environment rather than in a shared external service. In this model, the organisation chooses the LLM provider and can keep the inference path inside its own AWS account or infrastructure. That matters for identity data because entitlement context, access decisions, and review evidence no longer need to cross the same external boundary as a hosted assistant. The architectural question becomes less about agent capability and more about control placement, data residency, and auditability.
Practical implication: teams should map exactly which identity data leaves their environment during inference, logging, and review workflows.
Policy evaluation for access requests and review cycles
The access governance workflow combines entitlement data, usage signals, role context, peer-group comparisons, and last-use evidence to recommend keep, revoke, or flag decisions. That is a classic IGA pattern, but the automation layer can accelerate analysis at scale by assembling supporting evidence into a single recommendation. The important detail is that the agent is not just summarising access. It is participating in the review loop, which raises the bar for explainability, consistency, and human override paths when the recommendation is contested.
Practical implication: define which recommendations the agent may act on directly and which must remain human-approved.
Autonomous decisions inside a governed workflow
Paladin can autonomously approve or deny requests, or escalate them to a human with reasoning attached. That is an access decision model, not a simple reporting tool, so control design has to account for delegation, exception handling, and policy drift. When machine judgments affect access outcomes, the governance model must preserve who approved the policy, who approved the automation, and who can reverse it. This is especially relevant for NHI and AI agent governance, where access is often ephemeral, delegated, and context-dependent.
Practical implication: set explicit approval boundaries and exception thresholds before allowing automated access decisions.
NHI Mgmt Group analysis
Self-hosted governance is becoming the default trust answer for AI-mediated identity workflows. The technical issue is not whether access governance can be automated. The issue is where the evidence, policy logic, and decision engine live when entitlements are being evaluated for both humans and non-human identities. Teams that need to keep identity context inside their own infrastructure are signalling that hosted review assistance is no longer enough for sensitive access programmes.
Identity review is shifting from static certification to decision support on live entitlements. The workflow described here uses role, peer-group, and last-use signals to recommend outcomes in real time, which is materially different from periodic spreadsheet-style recertification. That matters because the control is no longer a retrospective attestation exercise alone. It is a continuous governance process that must survive scale, exception volume, and the presence of AI-generated recommendations.
AI agents do not eliminate the need for IGA, they compress the tolerance for weak governance. When an agent can recommend, approve, or escalate access decisions, the organisation is delegating part of the access control function itself. That makes policy clarity, evidence quality, and override design more important, not less. Practitioners should treat agent-assisted governance as an extension of IGA discipline, not a substitute for it.
Self-hosted deployment is a control architecture choice, not just a deployment preference. The ability to run the system inside customer infrastructure, with customer-controlled model selection, changes the risk discussion around identity data handling, logging, and review evidence. For regulated environments and NHI-heavy estates, that is a practical signal that access governance tooling is being evaluated as part of the security boundary, not only as an administrative layer.
From our research:
- Only 52% of companies can track and audit the data their AI agents access, leaving 48% with a complete blind spot for compliance and breach investigation, according to AI Agents: The New Attack Surface report.
- Only 44% of companies say governing AI agents is critical, yet 92% agree it matters to enterprise security, showing that policy intent still outpaces implementation.
- For a broader baseline, Ultimate Guide to NHIs , Lifecycle Processes for Managing NHIs explains how lifecycle control changes when the governed identity is not human.
What this signals
Self-hosted access governance will increasingly be evaluated as part of the identity control boundary, not only as an architecture preference. That shift matters for teams handling NHI data, access review evidence, and privileged decisions, because processing location now affects both auditability and operational trust.
Identity review debt: when entitlement evidence is fragmented across systems, the real problem is not review volume but review confidence. Teams should expect more pressure to prove where the evidence was assembled, where the recommendation was generated, and who retained the power to override it.
With 48% of organisations unable to track and audit AI agent data access, the practical signal is clear: governance programmes that cannot evidence access decisions will struggle to defend them. That is especially true where agent-assisted workflows touch sensitive entitlements, privileged reviews, or NHI sprawl.
For practitioners
- Define the inference boundary for identity data Document which entitlement records, review notes, and usage signals may be processed inside the self-hosted environment and which remain off limits. Treat model selection and API key handling as part of the governance boundary, not just deployment plumbing.
- Separate human approval from automated recommendation Allow the agent to draft keep, revoke, or flag outcomes, but make the final approval rule explicit for high-risk access, privileged roles, and NHI accounts with broad blast radius.
- Calibrate review logic to entitlement evidence Require the agent to attach role, peer-group, and last-use signals to every recommendation so reviewers can validate why the outcome was proposed before action is taken.
- Test the self-hosted operating model before production cutover Validate KOTS or Helm deployment paths, private image retrieval, and update ownership so the governance workflow does not fail when access evidence needs to be refreshed or audited.
Key takeaways
- Self-hosted AI-assisted access governance shifts the trust boundary back inside the customer environment, which changes how identity teams think about data handling and auditability.
- Decision support is useful only when policy ownership, escalation, and override rights remain clear enough to defend the access outcome.
- For NHI and AI agent programmes, the control question is no longer whether automation can help, but whether the governance model can still prove why access was granted or revoked.
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 AI RMF and NIST SP 800-53 Rev 5 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Non-Human Identity Top 10 | NHI-01 | Self-hosted AI access governance still depends on non-human identity controls. Apply NHI lifecycle and entitlement controls to Paladin-managed access paths before enabling automation. |
| NIST CSF 2.0 | PR.AC-4 | The workflow evaluates access entitlements against policy and privilege scope. Map agent-assisted access decisions to PR.AC-4 and require reviewable evidence for each outcome. |
| NIST Zero Trust (SP 800-207) | Customer-controlled inference aligns with zero trust boundary thinking. Keep identity data, policy logic, and approval boundaries within the trust zone you can verify. | |
| NIST AI RMF | GOVERN | AI-assisted approval and denial requires explicit governance and accountability. Use GOVERN to define who owns agent recommendations, overrides, and escalation thresholds. |
| NIST SP 800-53 Rev 5 | AC-6 | Least privilege is central to the keep, revoke, or flag decision model. Use AC-6 to validate that automated recommendations do not expand access beyond necessary privilege. |
Apply NHI lifecycle and entitlement controls to Paladin-managed access paths before enabling automation.
Key terms
- Self-hosted Access Governance: A deployment model where access review logic, evidence processing, and policy enforcement run inside the customer’s own infrastructure. It shifts the control boundary closer to the identity data and makes auditability, data handling, and operational ownership part of the security design rather than an external service dependency.
- Agent-assisted Access Review: A governance pattern where an AI system gathers entitlement signals, evaluates access against policy, and proposes a decision for human or automated approval. The value is scale, but the risk is delegated judgement, so the decision trail must remain explainable and overrideable.
- Entitlement Evidence: Entitlement evidence is the proof that an organisation is authorised to use a software or service asset. That proof can include purchase records, contract terms, assignment history, and retirement logs. Without it, inventory may exist, but governance remains difficult to defend.
- Approval Boundaries: The policy limits that define which access requests can be approved automatically and which require human review. Strong approval boundaries prevent workflow tools from turning convenience into excessive entitlements or uncontrolled app adoption.
What's in the full announcement
Opal Security's full product post covers the operational detail this post intentionally leaves for the source:
- Self-hosted deployment setup for customers running Opal in their own AWS infrastructure.
- Configuration choices between KOTS and Helm, including the trade-offs in admin control and operational complexity.
- How the agent is configured to use a customer-owned Anthropic key or Bedrock in the customer's AWS account.
- The exact setup flow for connecting entitlement data and usage signals into review recommendations.
Deepen your knowledge
NHI governance, agentic AI identity, and machine identity security are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are building or maturing an identity security programme, it is worth exploring.
Published by the NHIMG editorial team on September 4, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org