TL;DR: Traditional vault-centric secrets management is breaking down as cloud-native workflows and machine identity sprawl increase operational complexity, according to Akeyless. The practical issue is no longer storage alone but whether access, rotation, and ephemeral use can be governed without creating a single point of failure.
At a glance
What this is: This is an interview-led analysis of secrets management and machine identity that argues traditional vaults create a single point of failure in dynamic cloud environments.
Why it matters: It matters because IAM teams now have to govern non-human access across DevOps and cloud-native systems without assuming long-lived credentials, static vault boundaries, or human-paced review cycles.
By the numbers:
- Only 44% of organisations are currently using a dedicated secrets management system.
👉 Read Akeyless's interview on secrets management and machine identity
Context
Secrets management is the control plane for credentials, tokens, API keys, and certificates used by workloads, services, and automation. In cloud-native environments, the problem is not just where secrets are stored, but whether access to them can be governed across rapidly changing deployment paths and runtime conditions.
The article’s core claim is that traditional vault models can become a single point of failure when organisations depend on DevOps pipelines, automation, and distributed cloud services. For IAM and PAM teams, that shifts the focus from static storage to lifecycle control, ephemeral access, and resilience across non-human identity estates.
Key questions
Q: How should security teams govern cloud secrets across DevOps and runtime systems?
A: Treat secrets as lifecycle-managed NHI credentials, not static configuration values. Assign ownership, scope every credential to a purpose, rotate it on exposure or expiry, and remove standing access wherever possible. The governance goal is to shrink the time and scope of usable access, especially in pipelines and cloud workloads.
Q: Why do traditional vaults create risk in DevOps and multi-cloud environments?
A: Vaults can become a single point of failure when too many workloads depend on one retrieval path or one control boundary. The risk grows when secrets are copied into pipelines, used across environments, or stored in multiple places without a lifecycle model. The result is operational fragility and larger blast radius.
Q: What breaks when organisations keep using long-lived secrets for machine identities?
A: Long-lived secrets make compromise durable, hard to scope, and difficult to detect quickly. Once exposed, they can be reused across systems and environments far beyond the original task. That turns a local credential problem into a cross-environment access problem with wider recovery effort.
Q: Should organisations prioritise JIT access before secrets rotation?
A: No, the two controls should be implemented together. JIT reduces the time a credential can be used, while rotation limits the value of any credential that is exposed. If one is present without the other, attackers still have too much room to act. The stronger programme combines both.
Technical breakdown
Why traditional vaults struggle with machine identity sprawl
A vault centralises secret storage, but it does not automatically solve distribution, rotation, or runtime access governance. In cloud and DevOps environments, machine identities often need to retrieve secrets repeatedly across multiple services, pipelines, and environments. That creates coordination overhead and a broader failure domain if the vault becomes the sole dependency. The architectural issue is not storage alone, but the coupling between credential availability and operational continuity.
Practical implication: assess whether the vault has become an availability choke point for workloads and pipelines.
How ephemeral credentials change the trust model
Ephemeral credentials replace long-lived secrets with short-duration access tokens that expire after a task or session. That reduces the value of stolen credentials and narrows the blast radius of misuse, but it also changes how authorisation must work. The system must issue, validate, and revoke access quickly enough for automated workflows to continue without manual intervention. This is a runtime trust model, not a storage model.
Practical implication: map which workloads can safely move from static secrets to short-lived credentials.
Why just-in-time access matters for non-human identities
Just-in-time access grants privilege only when a workload or automation task needs it, then removes it immediately after use. For non-human identities, this is useful because many access paths exist only for short execution windows, not for persistent operation. The challenge is making entitlement issuance precise enough to support DevOps velocity without leaving standing privilege behind. That requires policy, orchestration, and auditability to work together.
Practical implication: align JIT access with workload execution windows and log every grant and expiry.
Threat narrative
Attacker objective: The objective is to turn a single exposed secret into persistent multi-environment access and broader control over cloud workloads.
- Entry occurs when a workload, pipeline, or service account uses a long-lived secret that has been copied into a cloud or DevOps workflow.
- Escalation occurs when that secret provides broader access than the task requires, allowing an attacker or rogue process to move from one system to adjacent services.
- Impact follows when the compromised credential is reused across environments, turning one exposed secret into wider platform access and operational disruption.
Breaches seen in the wild
- Sisense breach — unauthorized GitLab access led to exfiltration of access tokens, API keys and certificates.
- 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
Traditional vaults are not a complete control plane for machine identity. They solve storage, but the article exposes the deeper problem of runtime governance across cloud-native workflows. When credentials must be delivered into distributed automation, the risk shifts to availability, scope, and reuse. The practitioner takeaway is that secrets governance must be treated as lifecycle and execution control, not as a storage project.
Ephemeral credentials create a narrower trust window, but only if access issuance is tightly bound to task scope. Long-lived secrets make compromise durable; short-lived credentials make compromise time-bound. That difference matters most in pipelines and service-to-service calls where standing access is rarely justified. The field should read this as a move from static possession to governed, task-scoped access.
Just-in-time access is becoming the practical bridge between DevOps velocity and NHI governance. It reduces standing privilege without forcing every workflow back through manual approval. But the governance burden moves to policy precision, observability, and revocation timing. The practitioner conclusion is that JIT is useful only when it is embedded into workload identity design, not layered on afterwards.
Secret sprawl challenge: the failure mode is not merely too many credentials, but too many disconnected places where they can be copied, reused, and forgotten. That failure becomes visible when organisations rely on hybrid and multi-cloud paths that outgrow central vault assumptions. The implication is that secret lifecycle governance must follow the workload, not the repository.
Machine identity maturity remains behind human IAM in many organisations. That gap explains why traditional controls are still being stretched beyond their design point. The article reinforces a broader industry pattern: teams often operationalise non-human access first and govern it later. The practitioner conclusion is that NHI governance needs to be designed as a first-class programme, not a by-product of infrastructure work.
From our research:
- 88% of security professionals are concerned about secrets sprawl, with 49% of those in larger organisations described as "very concerned", according to The 2024 State of Secrets Management Survey.
- Only 44% of organisations are currently using a dedicated secrets management system, which helps explain why manual secret handling remains common.
- That same survey found secrets management is a top five cybersecurity priority for only 33% of organisations, a useful signal that governance often lags operational dependence.
What this signals
Secret sprawl is no longer a niche hygiene issue. When 88% of security professionals say they are concerned, the governance challenge is clearly structural rather than isolated to a few teams. For readers building NHI programmes, the priority is to align secret lifecycle controls with the places where automation actually runs, not just where secrets are stored.
The next maturity step is to connect secret management to broader identity governance. That means reviewing service accounts, API keys, and certificates as lifecycle-managed identities, then using resources such as the NHI Lifecycle Management Guide and the OWASP Non-Human Identity Top 10 to shape policy and control coverage.
Secret sprawl challenge: the real issue is often not the number of secrets but the number of uncontrolled handoffs between creation, distribution, and use. Once those handoffs spread across DevOps, cloud, and runtime layers, the programme needs identity governance that follows the workload, not the repository.
For practitioners
- Inventory secret distribution paths Map where credentials are stored, copied, injected, and retrieved across CI/CD, cloud workloads, and service accounts. Pay special attention to duplicated storage locations that create the same secret in multiple control domains.
- Replace long-lived credentials with short-lived access Prioritise workloads that can use ephemeral credentials or task-scoped tokens instead of reusable secrets. Use the NHI Lifecycle Management Guide to align issuance, expiry, and revocation with workload execution windows.
- Treat the vault as a dependency, not a boundary Validate what happens when the central secret store is unavailable and identify which pipelines or services fail closed versus fail open. Cross-check the failure modes against the Guide to the Secret Sprawl Challenge.
- Bind JIT access to workload context Issue access only when the workload, pipeline stage, or service task is known and auditable. Use policy conditions that limit scope by environment, identity, and execution purpose rather than granting broad reusable entitlements.
- Review non-human access with the same rigour as human IAM Apply recertification, ownership, and offboarding discipline to service accounts, tokens, and certificates. The Ultimate Guide to NHIs is a useful reference point for aligning machine identity governance with broader identity programmes.
Key takeaways
- The article’s core message is that secret storage alone does not solve machine identity risk when cloud-native workflows are dynamic and distributed.
- Akeyless’s source material aligns with broader market concern: 88% of security professionals worry about secret sprawl, which shows the problem is already operational, not theoretical.
- The right control shift is toward ephemeral credentials, task-scoped JIT access, and lifecycle governance for non-human identities, not more reliance on static vault boundaries.
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 SP 800-53 Rev 5, NIST Zero Trust (SP 800-207) and CIS Controls v8 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Non-Human Identity Top 10 | NHI-03 | The article focuses on secrets sprawl, rotation, and machine identity governance. |
| NIST CSF 2.0 | PR.AC-4 | The piece is about controlling access for non-human identities across cloud systems. |
| NIST SP 800-53 Rev 5 | IA-5 | Secret handling and authenticator lifecycle are central to this topic. |
| NIST Zero Trust (SP 800-207) | The article argues against assuming static trust boundaries in cloud-native access. | |
| CIS Controls v8 | CIS-5 , Account Management | Non-human identities still need ownership, review, and offboarding discipline. |
Use NHI-03 to assess where reusable secrets still persist across workflows and replace them with governed lifecycle controls.
Key terms
- Machine Identity: The digital identity of a machine, device, or workload — such as a server, container, or VM — used to authenticate it within a network. Sometimes used interchangeably with NHI, though NHI is the broader category.
- Ephemeral Credentials: Ephemeral credentials are short-lived access artefacts issued for a limited task or session. They reduce the window for abuse, but they only improve security when paired with strong scope limits, telemetry, and automatic revocation at task completion.
- Secrets Sprawl: The uncontrolled proliferation of sensitive credentials — API keys, tokens, passwords, certificates — across codebases, cloud environments, CI/CD pipelines, and configuration files. In 2024, over 50 million leaked secrets were found on the dark web.
- JIT — Just-in-Time Access: A security approach that grants access permissions only for the duration needed to complete a specific task, then automatically revokes them. JIT access eliminates standing privileges for NHIs, dramatically reducing attack surface.
What's in the full article
Akeyless's full interview covers the operational detail this post intentionally leaves for the source:
- The interview context around how Refael Angel frames secrets management and machine identity in cloud-native environments.
- The specific reasoning behind the claim that traditional vaults have become a single point of failure.
- The practical discussion of ephemeral credentials and just-in-time access in enterprise workflows.
- The source article’s own explanation of how Akeyless balances security and usability for DevOps teams.
Deepen your knowledge
NHI governance, agentic AI identity, and machine identity lifecycle 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 August 17, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org