TL;DR: Teleport’s interview with its senior sales director frames a familiar enterprise gap: identity tools often stop short of securing infrastructure itself, where humans, machines, workloads, and AI agents still need cryptographic control and policy enforcement. The practical lesson is that infrastructure identity remains a governance problem, not just a sales story.
At a glance
What this is: This interview is a leadership profile that also surfaces Teleport’s view that infrastructure identity remains under-governed across humans, machines, workloads, and AI agents.
Why it matters: For IAM and NHI teams, the useful signal is the problem statement: infrastructure access still needs identity, policy, and operational accountability that spans both people and non-human entities.
👉 Read Teleport's interview on infrastructure identity leadership and the security gap
Context
Infrastructure identity is the control plane for who and what can reach systems, but many teams still manage that access as a collection of tools rather than a governed lifecycle. In NHI terms, that creates drift across service accounts, workloads, certificates, and AI agents that all need distinct ownership, policy, and review.
The article published by Teleport on 2026-04-15 uses a sales leadership profile to restate a product-market thesis about infrastructure security. The analyst value here is not the personality piece itself, but the underlying claim that identity controls still do not fully cover infrastructure access, which is a common gap in NHI governance.
That starting point is typical rather than unusual. Most enterprises have some identity coverage for human users, but much weaker visibility and lifecycle control for the machine identities that actually operate infrastructure at scale.
Key questions
Q: How should security teams govern infrastructure identities alongside user identities?
A: Treat infrastructure identities as part of the same governance programme, but manage them with tighter lifecycle controls. Every service account, workload credential, certificate, and agent identity should have an owner, a purpose, a rotation schedule, and a documented revocation path. Without that structure, infrastructure access becomes shadow IAM with little accountability.
Q: When does policy-based access control reduce risk for NHI environments?
A: It reduces risk when policy is enforced at runtime and paired with short-lived credentials. Static permissions alone do not meaningfully constrain machine access. The useful pattern is conditional approval plus automatic expiry, because that shrinks the time window in which a compromised identity can be abused.
Q: What is the difference between managing human access and managing machine access?
A: Human access is usually governed through joiner-mover-leaver processes and interactive authentication. Machine access is operational, often persistent, and frequently embedded in automation. That means machine identities need faster rotation, stronger inventory, and more precise scoping because their compromise can scale silently across systems.
Q: Why do AI agents change infrastructure identity governance?
A: AI agents change the model because they can take actions, call tools, and operate without a human approving each step. That means the identity is no longer just a credential holder. It becomes an execution authority that needs explicit scope, continuous monitoring, and a clean revocation path when behaviour drifts.
Technical breakdown
Why infrastructure identity and NHI governance diverge
Infrastructure identity spans the identities that authenticate to systems rather than to business applications. That includes service accounts, workload credentials, certificates, tokens, and increasingly AI agents with tool access. The governance problem is that these identities often live outside the normal joiner-mover-leaver process, so ownership, rotation, and revocation become fragmented. When access is granted for deployment, orchestration, or automation, teams usually optimise for uptime first and governance second. That creates long-lived access paths that are hard to inventory and harder to retire.
Practical implication: Map infrastructure identities into a formal lifecycle so access is owned, reviewed, and retired on a schedule, not by exception.
How policy-based access controls change infrastructure security
Policy-based access control shifts the question from static entitlement to context-aware approval. In infrastructure environments, that means access can depend on identity attributes, target system, session purpose, device posture, or task scope. The control becomes more useful when paired with short-lived credentials and strong audit trails, because policy without enforcement still leaves standing access behind. For NHI governance, the key issue is not only who can authenticate, but how narrowly that authentication is scoped and how quickly it expires. Without those constraints, policy is just a label on persistent privilege.
Practical implication: Use task-scoped policies and expiration rules together so infrastructure access is both conditional and temporary.
What cryptographic identity means for humans, machines, workloads, and AI agents
Cryptographic identity means the identity assertion is backed by keys, certificates, or other verifiable credentials rather than by shared secrets alone. That matters because infrastructure now mixes human operators, automated workloads, and AI agents that need different trust boundaries but often touch the same systems. If those identities are treated alike, organisations blur accountability and increase blast radius. A secure model needs distinct identities, explicit trust relationships, and a revocation path that works at machine speed. This is especially important when autonomous systems can request or use access without a human in the loop.
Practical implication: Separate human and non-human trust paths, then verify that every credential type can be revoked quickly and traced end to end.
Breaches seen in the wild
- Moltbook AI agent keys breach — Moltbook breach exposed 1.5M AI agent keys.
- Cisco DevHub NHI breach — IntelBroker exploited exposed Cisco credentials, API tokens and keys in DevHub.
Read our 52 NHI Breaches Analysis report for a comprehensive view of breaches impacting Non-Human Identities including AI Agents.
NHI Mgmt Group analysis
Infrastructure identity is now an NHI governance problem, not a tooling category. The article’s core claim is that conventional IAM programmes still leave a gap once access shifts from business users to infrastructure components. That gap matters because the identities operating systems, pipelines, and agents are the ones that can move fastest and at the widest blast radius. Practitioners should treat infrastructure identity as part of the NHI estate, not as a separate technical silo.
Policy only reduces risk when it is paired with time-bound credentialing. Static permission models still dominate many infrastructure environments, which means policy often governs paper access rather than live access. The discipline changes when access is granted for a task, expires automatically, and is fully logged. That is the difference between governance in principle and governance in practice.
Identity blast radius is the right lens for infrastructure security. If a machine identity can authenticate broadly, compromise spreads faster than most teams expect. The security question is not whether an identity is legitimate at creation time, but how much damage it can do before revocation. Practitioners should measure and reduce blast radius before they try to optimise convenience.
AI agents make infrastructure identity harder to ignore. Once autonomous systems receive execution authority, the governance problem expands from service accounts to delegated decision-making. That raises the bar for ownership, policy enforcement, and auditability because the actor is no longer a script that runs once. Teams should prepare for agent identities as a first-class part of infrastructure governance.
Leading from the front is an operating principle security teams should borrow. The article’s leadership theme translates well into security governance: the people owning identity policy need to stay close to actual access paths, not only dashboards. Identity control degrades quickly when operational reality is abstracted away. Practitioners should keep governance grounded in the systems where access is actually used.
From our research:
- Only 5.7% of organisations have full visibility into their service accounts, according to the Ultimate Guide to NHIs.
- 96% of organisations store secrets outside of secrets managers in vulnerable locations including code, config files, and CI/CD tools.
- Use the NHI Lifecycle Management Guide to turn that visibility gap into an ownership and revocation programme.
What this signals
Infrastructure identity programmes will increasingly be judged on whether they can prove who owns machine access, not simply whether authentication exists. With 79% of organisations having experienced secrets leaks, the governance bar is already higher than many teams assume, and audit evidence will matter as much as control design.
Identity blast radius: The practical metric for infrastructure governance is no longer only entitlement count, but how much damage a single credential can do before it is revoked. Teams that can map and shrink blast radius will be better positioned to align with Zero Trust Architecture and NHI lifecycle management.
As AI agents gain execution authority, the next control question becomes whether the organisation can distinguish delegated automation from authorised human action in logs, policy, and incident response. That distinction will shape how quickly security teams can contain misuse and prove accountability after an event.
For practitioners
- Inventory infrastructure identities by control plane Create a single register for service accounts, workload identities, certificates, API keys, and agent credentials. Tag each one with owner, purpose, issuing system, rotation interval, and revocation path so no identity is outside lifecycle oversight.
- Convert standing access into task-scoped access Replace persistent entitlements with short-lived approvals for administrative and machine access. Tie each request to a specific system, purpose, and expiry so access cannot outlive the work it was granted for.
- Define separate trust paths for humans and agents Do not allow autonomous agents to inherit human operator assumptions. Give agents distinct identities, limited scopes, and explicit session logging so their actions can be audited independently of user activity.
- Audit revocation speed across infrastructure credentials Test how quickly you can disable a credential after compromise or role change. Validate that revocation works for certificates, tokens, and API keys, not just human accounts, and measure the delay in minutes rather than days.
- Tie infrastructure identity to zero trust policy Align every sensitive access path with continuous verification, least privilege, and explicit trust evaluation. Use NIST Cybersecurity Framework 2.0 and Zero Trust Architecture language to make the governance model understandable to audit and leadership teams.
Key takeaways
- Infrastructure identity is an NHI governance issue because machine access now sits on the same risk path as user access.
- Visibility and lifecycle control remain weak in most environments, which makes ownership and revocation the critical controls to fix first.
- Security teams should shrink identity blast radius by making access time-bound, auditable, and separate for humans, workloads, and AI agents.
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 Zero Trust (SP 800-207) and NIST CSF 2.0 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Non-Human Identity Top 10 | NHI-01 | Infrastructure identities need lifecycle ownership and inventory. |
| NIST Zero Trust (SP 800-207) | PR.AC-4 | Continuous verification and least privilege fit infrastructure access control. |
| NIST CSF 2.0 | PR.AC-1 | Access control policy should cover machines and agents, not just people. |
Apply continuous verification to infrastructure sessions and replace standing access with task-scoped approval.
Key terms
- Infrastructure Identity: Infrastructure identity is the set of credentials and trust relationships that allow systems, workloads, and automation to authenticate to other systems. It is the machine-facing layer of identity governance, and it often carries more operational risk than human access because it is persistent and widely reused.
- Identity Blast Radius: Identity blast radius is the amount of damage a compromised identity can cause before it is detected or revoked. In NHI environments, it is shaped by privilege scope, credential lifetime, and how broadly the identity can reach across production systems, pipelines, and data stores.
- Task-Scoped Access: Task-scoped access is permission granted for one defined purpose and removed once the task is complete or the session expires. For non-human identities, it reduces standing privilege and limits how long an attacker can exploit a stolen credential.
- Cryptographic Identity: Cryptographic identity is a trust model in which authentication depends on verifiable keys, certificates, or signed assertions rather than shared secrets alone. It is essential for machines and agents because it gives the organisation a stronger way to prove identity and revoke access quickly.
What's in the full article
Teleport's full article covers the leadership story and product framing this post intentionally leaves for the source:
- A first-person leadership profile of the sales director’s management style and operating cadence, which is useful context but not the governance analysis covered here.
- Direct quotes on how Teleport positions infrastructure identity across humans, machines, workloads, and AI agents, which helps readers understand the vendor’s thesis in its own words.
- Career-history and team-culture details that explain why the interview is framed as a leadership story rather than a technical briefing.
- The company’s own language about the infrastructure security problem it believes identity tools should solve, for readers who want the original framing.
Deepen your knowledge
Infrastructure identity governance and least-privilege access for machines are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If your team is trying to bring service accounts, workloads, and agents into one governance model, it is worth exploring.
Published by the NHIMG editorial team on 2026-04-15.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org