TL;DR: Hybrid infrastructure creates identity fragmentation, static credential sprawl, and weak visibility because cloud and on-prem systems do not share a common trust root, according to Teleport’s guide. The practical answer is to move access decisions into the identity layer with short-lived certificates, workload identity, and protocol-level enforcement rather than relying on VPNs and bastions.
At a glance
What this is: This is a guide to unifying identity across cloud and data center infrastructure, with a central finding that identity fragmentation drives static credential sprawl and weak control over access paths.
Why it matters: It matters because IAM teams must govern both human and non-human identities across mixed environments without multiplying trust gaps, shared credentials, or audit blind spots.
By the numbers:
- 67% of organizations polled reported a heavy reliance on static credentials such as passwords, API keys, and long-lived tokens.
- Those same organizations also reported a 20-percentage-point increase in security incidents compared to those with low static credential reliance.
- Only 5.7% of organizations have full visibility into their service accounts.
- 71% of NHIs are not rotated within recommended time frames, increasing the risk of compromise over time.
👉 Read Teleport's guide on unifying identity across cloud and data center infrastructure
Context
Hybrid infrastructure becomes hard to govern when each cloud account, data center, and colocated site uses its own identity model. That is the core problem here: access fragments as environments grow, and the result is more credentials, more trust boundaries, and less certainty about who or what can reach critical systems.
For IAM and NHI practitioners, this is a governance problem as much as an access problem. Once static credentials spread across sites, offboarding, rotation, session logging, and privilege review all become manual work. The underlying NHI issue is not just scale, but the absence of a shared trust root across the infrastructure estate. For background on how these controls fit together, see the Ultimate Guide to NHIs and the OWASP Non-Human Identity Top 10.
Key questions
Q: How should security teams unify identity across cloud and data center environments?
A: Start by standardizing trust anchors, then issue short-lived credentials from a shared authority, and finally enforce access at the protocol layer. That sequence reduces dependence on static secrets, makes revocation practical, and gives you consistent audit trails across cloud, on-prem, and colocation sites. Without shared identity primitives, each environment remains a separate governance problem.
Q: What is the difference between network controls and identity controls for infrastructure access?
A: Network controls decide whether a connection can reach a system, while identity controls decide whether a specific user, workload, or machine should use that system. In hybrid environments, identity controls are stronger because they can limit access by role, session, and resource rather than by subnet alone. That is what makes audit and least privilege enforceable.
Q: Why do static credentials create more risk in hybrid infrastructure?
A: Static credentials tend to spread across sites, survive role changes, and remain valid long after the original need has passed. In hybrid estates, that means one shared key or token can unlock many systems and complicate offboarding, rotation, and incident response. The wider the estate, the harder it is to prove where every credential still works.
Q: Should organisations prioritize short-lived certificates before replacing VPNs and bastions?
A: Yes, because short-lived certificates address the root problem of durable credential exposure, while VPNs and bastions mainly reshape the network path. Once identities are time-bound and resource-specific, network chokepoints become less critical and easier to phase down. The order matters: fix identity first, then simplify the network architecture around it.
Technical breakdown
Why identity silos form across cloud and on-prem infrastructure
Cloud providers usually bind resources to a native identity system, but bare-metal servers, BMCs, DPUs, and network devices often start with no shared identity at all. Teams fill that gap with agents, SSH keys, tokens, or certificates, which creates inconsistent enrollment patterns across sites. The technical failure is not simply that different platforms exist. It is that each platform expresses trust differently, so policy, logging, and revocation do not line up across the estate. In hybrid environments, identity becomes a collection of local exceptions rather than a uniform control plane.
Practical implication: standardize enrollment and trust anchors before expanding access across more sites.
How short-lived certificates change the NHI trust model
Short-lived certificates reduce dependency on shared secrets by binding identity to an authenticated subject and an expiration time. Instead of storing long-lived SSH keys or tokens on servers and workloads, a certificate authority issues credentials that end automatically. That changes the control problem from secret rotation to trust issuance and session governance. For non-human identities, this is especially relevant because automation, CI/CD, and service-to-service access often outlive the people who created them. If the issuance path is weak, the credential lifecycle becomes weak too.
Practical implication: shift from manual secret rotation to centrally governed certificate issuance and expiry.
Why protocol-level enforcement matters more than network controls
VPNs and bastions protect the path into a network, but they do not tell you which identity used which resource once inside. Protocol-level enforcement moves the control point closer to the resource itself, so access can be granted per server, database, cluster, or application. That gives the organization a tighter mapping between identity, authorization, and session audit. In NHI terms, this is the difference between controlling reachability and controlling use. When hybrid estates grow, the second model is the one that actually scales.
Practical implication: use protocol-aware authorization where lateral movement would otherwise hide inside trusted networks.
Threat narrative
Attacker objective: The attacker aims to turn fragmented identity governance into durable cross-environment access that is hard to revoke and easy to reuse.
- Entry occurs when static credentials such as SSH keys, long-lived tokens, or shared passwords are reused across cloud and on-prem sites.
- Escalation follows when those credentials persist after role changes, offboarding, or site growth, creating multiple paths to the same infrastructure.
- Impact is broad access visibility loss, lateral movement inside trusted networks, and delayed revocation across distributed systems.
Breaches seen in the wild
- MongoBleed breach — MongoBleed exposed secrets across 87K MongoDB servers.
- IOS app secrets leakage report — iOS apps leaking hardcoded secrets and credentials endangering user privacy.
Read our 52 NHI Breaches Analysis report for a comprehensive view of breaches impacting Non-Human Identities including AI Agents.
NHI Mgmt Group analysis
Identity fragmentation is now a control-plane failure, not a convenience issue. When cloud, data center, and colocation environments each use their own trust model, access review becomes incomplete by design. The organization may think it has one infrastructure estate, but its identity layer behaves like many disconnected estates. Practitioners should treat shared trust roots as a prerequisite for consistent governance.
Ephemeral credential trust debt is the hidden cost of hybrid scale. Each short-term exception for onboarding, migrations, or remote administration creates another credential path that must later be discovered, rotated, and revoked. Over time, the remediation burden grows faster than the environment itself. The practical lesson is to minimize exception-based identity patterns before they harden into permanent operational debt.
Protocol-level authorization is where NHI governance becomes enforceable. Network access can prove reachability, but it does not prove intent, scope, or approved resource use. When identity is checked at the protocol layer, the organization can map non-human access to specific systems and sessions instead of entire subnets. That makes least privilege measurable rather than aspirational.
Hardware-rooted enrollment is the cleanest way to replace bootstrap secrets. TPM-backed joining and JWT-based cluster trust reduce dependence on static join tokens that often linger longer than intended. That matters because bootstrap credentials are a common starting point for identity drift in hybrid estates. Practitioners should view device attestation as part of NHI lifecycle control, not as a niche infrastructure feature.
Shared certificate authorities will increasingly define the hybrid identity boundary. As more workloads span cloud and on-prem environments, the market is moving toward portable identity issuance rather than platform-local exceptions. That trend validates identity-first infrastructure, but it also raises the bar for governance, because the certificate authority becomes a high-value policy enforcement point. Security teams should plan for stronger CA oversight and tighter issuance controls.
From our research:
- Only 5.7% of organizations have full visibility into their service accounts, according to Ultimate Guide to NHIs.
- 91.6% of secrets remain valid five days after the targeted organisation is notified, according to Ultimate Guide to NHIs.
- For a broader control map, see 52 NHI Breaches Analysis for real-world identity failure patterns and root causes.
What this signals
Identity governance for hybrid infrastructure is converging with NHI management. As more machines, pipelines, and services operate across multiple trust domains, teams need the same discipline for workloads that they already expect for human accounts. The operational shift is toward portable identity, short lifetimes, and explicit policy boundaries instead of inherited network trust.
Ephemeral credential trust debt will accumulate wherever bootstrapping remains manual. The longer a team relies on one-off join tokens, shared SSH keys, or ad hoc enrollment exceptions, the more expensive its eventual cleanup becomes. Practitioners should plan for this now, because every hybrid expansion adds another round of credential debt that must later be retired.
With 70% of organisations granting AI systems more access than they would give a human employee, per the 2026 Infrastructure Identity Survey, the same identity-first architecture will soon have to cover autonomous systems as well. That makes certificate-based access, scoped authorization, and session audit foundational rather than optional.
For practitioners
- Inventory every static credential path across hybrid sites Map SSH keys, API keys, tokens, shared passwords, and certificate issuers by environment, owner, and expiry so you can see where identity is fragmented.
- Adopt short-lived credentials for human and machine access Replace durable secrets with time-bound certificates wherever possible, and make expiry automatic rather than dependent on manual revocation workflows.
- Anchor enrollment in hardware or cluster trust Use TPM attestation for servers and signed cluster identity for Kubernetes so bootstrap secrets are not the default trust mechanism.
- Move enforcement to the protocol layer Apply authorization at SSH, database, Kubernetes, and application protocols so a VPN does not become a blank cheque for lateral movement.
- Tie access reviews to actual session logs Require identity-linked audit data for every privileged session and compare it against current roles, not just historical network access.
Key takeaways
- Hybrid infrastructure breaks down when identity is managed as separate local systems instead of one governed trust model.
- Static credentials, shared keys, and incomplete offboarding are the practical symptoms of identity fragmentation at scale.
- Teams should move toward short-lived credentials, hardware-rooted enrollment, and protocol-level enforcement to make least privilege workable.
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-01 | Identity fragmentation and secret sprawl map directly to NHI inventory and lifecycle gaps. |
| NIST CSF 2.0 | PR.AC-4 | Least-privilege enforcement across hybrid sites aligns with controlled access authorization. |
| NIST Zero Trust (SP 800-207) | AC-4 | Protocol-level enforcement and continuous verification match zero-trust access principles. |
Map hybrid infrastructure access to PR.AC-4 and restrict sessions to specific resources and roles.
Key terms
- Identity Fragmentation: Identity fragmentation is the condition where different parts of an infrastructure estate use separate trust models, credentials, and policy systems. In hybrid environments, this breaks unified governance because access, logging, and revocation no longer line up across cloud, data center, and colocated resources.
- Hardware Root Of Trust: A hardware root of trust is a device-level trust anchor, often backed by a TPM or similar mechanism, that proves a system is what it claims to be. It helps infrastructure enroll without relying on static bootstrap secrets and gives identity systems a more durable basis for issuance and attestation.
- Short-Lived Certificate: A short-lived certificate is a time-bound credential that expires automatically after a limited window of use. For NHI governance, it reduces dependence on long-lived secrets and shifts the control problem toward issuance policy, renewal, and session auditing rather than manual rotation.
- Protocol-Level Enforcement: Protocol-level enforcement means access is authorized at the service or application protocol itself, not only at the network boundary. This allows organizations to limit which resource a user or workload can reach, record identity-linked sessions, and reduce the lateral movement that VPN-based access can hide.
What's in the full article
Teleport's full guide covers the operational detail this post intentionally leaves for the source:
- TPM-based joining and Kubernetes JWT joining examples for enrolling infrastructure without static join tokens.
- Stepwise certificate authority flow for issuing and renewing short-lived credentials across users, machines, and workloads.
- SPIFFE and workload identity implementation detail for service-to-service authentication across mixed environments.
- Reverse tunnel and protocol-routing mechanics that replace bastions and inbound firewall exposure.
Deepen your knowledge
Hybrid identity fragmentation and short-lived certificate governance are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are standardising access across cloud and data center infrastructure, it is worth exploring.
Published by the NHIMG editorial team on 2026-05-01.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org