TL;DR: Most enterprises can govern cloud identities, but on-prem and self-hosted systems still sit outside that control plane because the obvious fix requires opening the network perimeter, according to Unosecur. That leaves access review, logging, and auditability incomplete where long-lived permissions and legacy systems create the most persistent NHI risk.
At a glance
What this is: This analysis looks at why on-prem and self-hosted systems remain outside many identity programs and how agent-based collection avoids the need for inbound network exposure.
Why it matters: IAM and NHI teams need a way to extend governance into private systems without weakening perimeter controls or creating new trust exceptions.
By the numbers:
- 96% of organisations store secrets outside of secrets managers in vulnerable locations including code, config files, and CI/CD tools.
- Only 5.7% of organisations have full visibility into their service accounts.
- 91.6% of secrets remain valid five days after the targeted organisation is notified, showing a critical gap in remediation procedures.
👉 Read Unosecur's analysis of governing identity data in on-prem and self-hosted systems
Context
Most identity programs work best where the environment is already connected and observable. The problem is that on-premise systems, self-hosted applications, and private network deployments often sit outside that model, even though they still hold service accounts, API tokens, and long-lived permissions that need the same governance as cloud identities.
That gap matters because extending visibility with a cloud-first design often means opening inbound access, changing firewall rules, or sharing credentials. For IAM and NHI practitioners, the real question is not whether these systems are risky, but how to govern them without creating a new trust exception. The lifecycle and visibility issues described in the Ultimate Guide to NHIs make that trade-off familiar rather than theoretical.
Key questions
Q: How should teams extend identity governance into on-prem systems without opening inbound access?
A: Use an agent-based collection pattern that runs inside the customer boundary, gathers identity evidence locally, and sends only metadata outward. That avoids firewall exceptions, credential sharing, and network restructuring while still producing logs, access mappings, and audit evidence. The key requirement is that collection must preserve the existing security model instead of weakening it.
Q: What is the difference between governing cloud identities and governing private legacy systems?
A: Cloud identities are usually easier to discover and review because the control plane is already reachable. Private legacy systems often sit behind network boundaries, so the challenge is not policy alone but safe data collection. Teams need a way to see service accounts and access history without opening trust paths that the environment was designed to avoid.
Q: When does visibility tooling create more risk than it reduces?
A: Visibility tooling creates more risk when it requires inbound access, shared credentials, or broad firewall changes just to collect data. In that case, the governance mechanism expands the attack surface while trying to reduce it. Practitioners should reject designs that trade perimeter safety for convenience unless there is no safer collection path.
Q: Why do on-prem systems remain a blind spot in many NHI programmes?
A: On-prem systems remain a blind spot because many identity programmes were built around cloud connectivity assumptions. Once a system is private, the easiest discovery methods often collide with security policy, so teams postpone coverage. The result is a growing pool of unreviewed permissions, untracked accounts, and weak audit evidence.
How it works in practice
How agent-initiated collection avoids inbound trust expansion
The core technical pattern here is collection from inside the customer boundary rather than from a central cloud scanner reaching inward. A lightweight agent runs locally, authenticates with unique instance credentials, gathers identity data from internal systems, and sends only the resulting metadata back out. That preserves the existing perimeter model because the platform never needs open ports or inbound reach into the private network. The security value is not just convenience. It changes the trust boundary so that retrieval happens where the data already lives, while transport back to the platform can be constrained with mutual TLS or private connectivity.
Practical implication: teams can extend NHI discovery into private systems without creating permanent inbound exposure.
Why local credentials and private connectivity matter for NHI governance
Identity tooling often fails when it assumes credentials can be centralized or exported. In this model, the agent uses internal credentials only inside the environment, then transmits identity findings rather than secrets. That distinction matters for NHI governance because it reduces credential handling risk while still enabling audit trails, access mapping, and activity history. Support for private paths such as cloud-native private networking also helps regulated organisations avoid public internet transit for the collection pipeline. The technical objective is simple: gather enough evidence to govern the identity estate without moving the estate itself out of the control domain.
Practical implication: security architects should treat data egress design as part of identity governance, not a separate network concern.
Resilience patterns for long-running identity ingestion
Enterprise identity coverage is only useful if collection survives failures. Retry logic, resume-after-restart behaviour, and persistent job state prevent transient outages from becoming blind spots. That is especially relevant for on-prem systems, where maintenance windows, patch cycles, and service restarts are routine. If the collector cannot recover cleanly, the governance program inherits gaps exactly where visibility was already weakest. Durable state and idempotent ingestion are therefore not implementation details, they are core controls for continuous NHI monitoring across heterogeneous environments.
Practical implication: insist on resumable ingestion and stateful retries before expanding identity coverage into legacy estates.
NHI Mgmt Group analysis
The governance gap is architectural, not procedural. Most enterprises do not lack policy language for on-prem systems. They lack a collection model that respects private network boundaries while still producing identity evidence. That means the control failure sits in the plumbing of visibility, not in the intent of the programme. Teams should stop treating this as an edge case and design for it as a core NHI governance requirement.
Private systems are now identity debt, not legacy exceptions. Self-hosted GitHub, private Okta deployments, internal Jira instances, and bespoke applications accumulate standing access just like cloud services do. When those systems are outside the review loop, access becomes harder to revoke and easier to forget. The discipline shift is to classify them as part of the identity estate and measure them with the same lifecycle expectations as any other NHI population.
Identity blast radius: the hidden cost of opening the perimeter. Any solution that requires inbound access, credential sharing, or firewall exceptions to gain visibility may solve discovery while expanding risk. That trade-off creates a new attack surface in the name of governance, which is the wrong direction for zero trust and zero standing privilege programmes. Practitioners should favour designs that reduce blast radius rather than widen it.
Compliance pressure is forcing a broader definition of identity control. Frameworks such as DORA, NIS2, and ISO 27001 do not stop at cloud assets, and neither should governance evidence. The more private systems remain outside access review and logging, the more likely the programme is to fail audit or miss real exposure. The field is moving toward full-environment identity accountability, and teams that delay will inherit a larger remediation backlog.
Named concept: perimeter-safe identity visibility. This is the pattern of collecting identity evidence from within the customer boundary without opening inbound network paths or exporting internal secrets. It matters because it lets organisations extend governance into environments that were previously excluded by design. Practitioners should evaluate identity tooling on whether it preserves the original security model, not whether it simply reaches more systems.
From our research:
- Only 5.7% of organisations have full visibility into their service accounts, according to the Ultimate Guide to NHIs.
- 71% of NHIs are not rotated within recommended time frames, increasing the risk of compromise over time.
- That is why the lifecycle lens in Ultimate Guide to NHIs , Lifecycle Processes for Managing NHIs matters when teams extend governance into private systems.
What this signals
Perimeter-safe identity visibility will become a practical requirement rather than a design preference as more organisations try to govern private systems without changing network trust boundaries. Teams should expect identity programmes to expand inward, not just outward, and they will need collection patterns that survive audits as well as outages.
The programme-level implication is that legacy and self-hosted estates should be treated as first-class NHI populations, with explicit ownership, review cadence, and telemetry requirements. When only 5.7% of organisations have full visibility into their service accounts, per the Ultimate Guide to NHIs, the gap is not a tooling inconvenience. It is a governance backlog that will surface in access reviews, incident response, and compliance evidence.
Identity teams should also align private-system coverage with NIST Cybersecurity Framework 2.0 by treating discovery, protection, and continuous monitoring as one control loop. The operational question is no longer whether the environment is cloud or on-prem. It is whether identity evidence can be produced without weakening the network model that protects it.
For practitioners
- Implement perimeter-safe identity collection Deploy collectors that run inside the customer environment, use local access only, and transmit identity metadata outward without requiring open inbound ports.
- Map private systems into the identity estate Include self-hosted GitHub, private Jira, private Okta, and internal applications in the same access review and logging process used for cloud identities.
- Validate private transport controls Require mutual TLS or private connectivity for any identity telemetry leaving regulated environments, and document where public internet transit is prohibited.
- Test collector recovery behaviour Verify that retries, restart recovery, and state retention work during maintenance windows so identity coverage does not drop when the collector fails.
Key takeaways
- On-prem identity governance fails when collection requires the very perimeter changes the security model is trying to avoid.
- The visibility problem is structural, with only 5.7% of organisations seeing all service accounts and most secrets still lingering after notification.
- Practitioners should prioritise perimeter-safe collection, private transport, and resilient ingestion before expanding NHI coverage into legacy estates.
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 Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Non-Human Identity Top 10 | NHI-02 | Private-system identities are often undiscovered and unmanaged. |
| NIST CSF 2.0 | PR.AC-4 | Access governance must extend to private systems and service accounts. |
| NIST Zero Trust (SP 800-207) | Avoiding inbound trust expansion aligns with zero trust boundaries. |
Inventory on-prem and self-hosted NHIs first, then assign ownership and review cadence.
Key terms
- Perimeter-safe identity visibility: A collection pattern that gathers identity evidence from inside the customer boundary without opening inbound access or exporting secrets. It matters because governance can extend into private systems only if visibility does not force the network model to change first.
- Identity blast radius: The amount of additional exposure created when a governance or monitoring control requires new trust exceptions. In NHI programmes, this includes open ports, shared credentials, and widened network access that can turn visibility into an attack surface.
- Service account visibility: The ability to discover, attribute, and review non-human accounts across an environment. For NHI governance, visibility includes owner mapping, permission history, and lifecycle state so that access is not left to drift in legacy or private systems.
- Stateful ingestion: A collection process that remembers progress, retries safely, and resumes after interruption without duplicating or losing records. In identity monitoring, stateful ingestion is essential where maintenance windows and collector restarts are normal operating conditions.
What's in the full announcement
Unosecur's full blog covers the operational detail this post intentionally leaves for the source:
- Container deployment specifics for the local agent inside cloud-hosted and on-prem environments
- Credential bootstrap flow for each Chariot instance, including client ID, client secret, and agent identifier
- Private network routing options such as AWS PrivateLink and GCP Private Service Connect
- Retry, restart, and state-handling behaviour for failed identity data pushes
Deepen your knowledge
On-prem identity governance and perimeter-safe collection are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are extending visibility into private systems, it is worth exploring.
Published by the NHIMG editorial team on 2026-04-28.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org