TL;DR: Anonymous computing in machine access creates a broad attack surface because humans and infrastructure are still being forced through fragmented identity patterns, with secrets buried in config files and long-lived credentials, according to Teleport. The security problem is not convenience versus control, but that access models built for humans cannot safely govern machine identities at scale.
At a glance
What this is: This is an analysis of trusted computing for identity, with the core finding that machine access remains unsafe when organizations fragment identities and hide secrets in config files instead of using cryptographic identity.
Why it matters: It matters because IAM, PAM, and NHI teams must govern machine and human access through the same lifecycle lens if they want to reduce anonymous access without breaking operations.
👉 Read Teleport's analysis of trusted computing, cryptographic identity, and zero trust
Context
Trusted computing in identity security is the idea that access should be based on cryptographic proof, not on assumption, shared secrets, or a vague notion of trusted network position. The article argues that machine identities are still being managed as if they were human identities, which creates anonymous computing and expands the attack surface for NHI governance.
The governance gap is fragmentation: one identity model for users, another for workloads, and a third for infrastructure tools. That split creates duplicated secrets, inconsistent privilege rules, and brittle operational workarounds. For practitioners, the core question is how to replace anonymous machine access with a lifecycle-managed identity model that does not depend on static credentials or ad hoc trust.
Key questions
Q: How should security teams reduce anonymous machine access in hybrid environments?
A: Start by finding every machine path that relies on hidden or shared credentials, then assign a named identity, owner, and lifecycle to each one. The aim is not just to rotate secrets faster but to eliminate access patterns that cannot be audited, revoked, or scoped cleanly across environments.
Q: Why does fragmented credential management increase identity risk?
A: Fragmentation creates separate sources of truth for access, so lifecycle events, exception handling, and audit evidence no longer line up. That weakens offboarding, obscures lingering access, and makes policy enforcement uneven. In practice, the organisation can authenticate users successfully while still failing to govern their access coherently.
Q: What should organisations get right before expanding zero trust to workloads?
A: They should define workload identity, session scope, and privilege boundaries before treating zero trust as a remote access project. If the policy model only covers human logins, the largest non-human access paths remain outside governance even when the network is tightly controlled.
Q: How do cryptographic identities change access governance for machines?
A: They shift the control point from stored secrets to runtime proof of identity, which means access can be issued ephemerally and revoked without leaving standing credentials behind. That makes machine governance more like session assurance and less like password administration.
Technical breakdown
Why fragmented machine identity creates anonymous computing
When a web server, CI/CD tool, or database connector acts without a verifiable identity, the system becomes anonymously operational even if the surrounding user is authenticated. That breaks the basic IAM assumption that the actor behind the request can be identified and governed. In practice, organizations end up issuing fictitious identities to infrastructure components, then storing the corresponding secrets in places that are easy to overlook. The result is not just more credentials, but more places where authorization and accountability disappear.
Practical implication: inventory every workload that still authenticates through shared or hidden secrets and map it to a named service or workload identity.
How cryptographic identity reduces secret sprawl
Cryptographic identity replaces many reusable secrets with a central private key and ephemeral authorization built on trust in the key material, not the environment. This matters because secret vaults can store credentials, but they do not solve the fragmentation problem that creates them. With secretless authentication, the workload proves identity at runtime and receives short-lived authorization rather than keeping a long-lived password or token on disk. The architecture shifts the control point from secret storage to key protection and session-based issuance.
Practical implication: move high-value machine access paths toward short-lived credentials and hardware-protected key material rather than extending secret vault usage alone.
Getting zero trust right for workloads and users
Zero trust only works when access decisions are tied to identity and context at the moment of request. The article extends that principle from human remote access to infrastructure interactions, where role-based access should be narrow, ephemeral, and workload-specific. That is where machine identity and zero trust converge: the same control logic that limits user sessions can also constrain service-to-service communication, API access, and administrative actions. Without that convergence, zero trust becomes partial and anonymous computing remains intact.
Practical implication: align ZTNA, workload access, and role design so users and machines are governed through the same context-aware access model.
NHI Mgmt Group analysis
Anonymous computing is the failure mode, not just weak authentication. The article correctly frames the real problem as identity without accountability, which is more damaging than a simple secret leak. When machines act through hidden or fictitious identities, IAM cannot reliably answer who acted, what they accessed, or whether the privilege should have existed. For identity programmes, the lesson is that anonymous workload behaviour should be treated as a governance defect, not merely a configuration issue.
Fragmented identity is the named concept that explains why machine access keeps failing. Machine identity, human identity, and admin identity are still often managed as separate worlds with separate rules, and that separation creates duplicated secrets and inconsistent privilege boundaries. A fragmented model forces compensating controls instead of a coherent lifecycle. Practitioners should read this as a signal that identity architecture, not just secret handling, is the root governance problem.
Secret vaults are necessary but insufficient for NHI governance. Vaults can reduce exposure, but they do not fix the operational pattern that generates long-lived credentials in the first place. The article is right to point toward cryptographic identity because the real issue is not storage alone, but the persistence of reusable secrets across the access chain. For teams managing NHIs, the governance standard should be whether access can be issued and revoked without leaving standing credentials behind.
Zero trust must extend beyond remote user access to workload-to-workload trust. The article usefully connects ZTNA to machine interactions, where role-based access and ephemeral authorization should apply to every workload path. That is where human IAM, NHI governance, and infrastructure access finally converge. Practitioners who keep zero trust limited to employee logins are missing the largest part of the modern identity surface.
Cryptographic identity changes the control objective from credential protection to runtime proof. That shift matters because static credentials are a lifecycle problem, while runtime proof is an assurance problem. The article points toward a model in which access is continuously asserted rather than permanently granted. The practical conclusion is that identity governance for machines has to move from inventorying secrets to governing proof, session scope, and revocation timing.
From our research:
- 96% of organisations store secrets outside of secrets managers in vulnerable locations including code, config files, and CI/CD tools, according to Ultimate Guide to NHIs.
- 91.6% of secrets remain valid five days after the targeted organisation is notified, which shows how slowly many teams can revoke exposed machine credentials.
- For broader lifecycle context, see Ultimate Guide to NHIs and Ultimate Guide to NHIs.
What this signals
Fragmented identity will stay the dominant NHI failure pattern until organisations treat machines as governed actors rather than credential holders. The practical shift is from secret storage to identity lifecycle control, because hidden credentials in code and CI/CD still undermine zero trust and access review. Teams that want a grounded baseline should compare their current estate against the Ultimate Guide to NHIs.
Secretless authentication only becomes meaningful when runtime proof replaces standing trust. That means the programme has to connect workload identity, session scope, and revocation into one operating model, not three separate workstreams. For architecture alignment, the NIST SP 800-207 Zero Trust Architecture model remains the most relevant external anchor here.
For practitioners
- Map anonymous access paths first Identify every place where a workload, database connection, or admin tool uses a hidden or shared identity. Replace those paths with a documented owner, lifecycle, and privilege scope so the team can govern the actor instead of the symptom.
- Reduce reusable secrets in workload flows Prioritise application and infrastructure paths where passwords, API keys, or tokens are stored in config files, CI/CD tools, or code. Move those flows toward secretless or short-lived authentication so credentials are no longer the default control surface.
- Align ZTNA with workload access Extend zero trust policy design beyond remote human access and into service-to-service calls, database connections, and platform automation. Use context-aware authorization and narrow roles so the same governance logic applies across user and machine sessions.
- Protect the root key like a high-risk identity control If your architecture centralises cryptographic identity, put the private key under hardware-backed protection and define clear issuance, recovery, and revocation procedures. The control objective is to make compromise of a single secret materially harder than the current fragmented model.
Key takeaways
- The article’s central point is that anonymous computing is an identity governance failure, not merely a technical inconvenience.
- The operational evidence still points to widespread secret exposure, which means fragmented machine identity remains a live attack surface.
- The practical response is to govern workloads through cryptographic identity, ephemeral authorization, and zero-trust-aligned access paths.
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) 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 | The article focuses on hidden machine identities and long-lived secrets. |
| NIST CSF 2.0 | PR.AC-4 | Least privilege and access control are central to workload identity governance. |
| NIST Zero Trust (SP 800-207) | The article argues for identity-based access aligned to zero trust principles. | |
| NIST SP 800-53 Rev 5 | IA-5 | Credential and authenticator management is directly implicated by static secrets. |
Inventory non-human identities, eliminate anonymous access paths, and tie each workload to an owner and lifecycle.
Key terms
- 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.
- Anonymous Computing: Anonymous computing is machine or infrastructure activity that occurs without a dependable, governable identity attached to the actor. It often appears when workloads authenticate with hidden, shared, or fictitious identities, making access harder to audit, scope, revoke, or tie back to ownership.
- Secretless Authentication: Secretless authentication is a pattern that keeps long-lived credentials out of application code and runtime memory wherever possible. Instead of exposing secrets directly to workloads, the access path mediates credential delivery at connection time, reducing the chance that stolen configuration or code reveals reusable access.
- Ephemeral authorization: A short-lived permission model that grants access only for the immediate task and expires quickly. It reduces the chance that an AI agent or service account can reuse an earlier decision after the task changes, which is a common source of NHI blast radius.
What's in the full article
Teleport's full article covers the operational detail this post intentionally leaves for the source:
- How its cryptographic identity approach is structured across users and infrastructure assets
- Why secretless authentication is positioned as a replacement for static secrets in day-to-day operations
- How ephemeral authorization is described in relation to role-based access controls for workload interactions
- The vendor's explanation of how centralized identity affects remote access and platform engineering workflows
Deepen your knowledge
NHI governance, agentic AI identity, machine identity security, and workload identity security are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are responsible for identity security strategy or maturing an IAM programme, it is worth exploring.
Published by the NHIMG editorial team on August 17, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org