By NHI Mgmt Group Editorial TeamPublished 2026-06-17Domain: Workload IdentitySource: Akeyless

TL;DR: Gartner’s latest research says secrets management is shifting toward workload access management, secretless access, short-lived credentials, and governance across multiple vaults already in use, according to Akeyless. The bigger implication is that vaulting alone no longer matches how modern workloads, pipelines, and AI agents authenticate, so identity control now matters as much as secret storage.


At a glance

What this is: This analysis says secrets management is evolving into workload identity governance, with secretless access and multi-vault control emerging as the practical model.

Why it matters: It matters because IAM teams now have to govern workloads, pipelines, and AI agents across fragmented vaults, not just rotate secrets in one central system.

👉 Read Akeyless's analysis of Gartner's secrets management research


Context

Secrets management is no longer just about storing passwords and API keys in a vault. The real governance gap is that workloads still need to prove who or what they are before any secret can be issued, and that authentication layer is increasingly where control succeeds or fails.

The article argues that most enterprises already live in a multi-vault reality, with teams using different systems across clouds, platforms, and pipelines. That makes the problem one of workload identity, lifecycle control, and policy consistency, not simply secret storage.

For identity programmes, the issue now spans NHI governance, workload identity, and emerging AI agent access patterns. The more modern the environment becomes, the more the control plane shifts from vault centralisation to identity-based runtime access.


Key questions

Q: How should security teams reduce reliance on static credentials for workloads?

A: Start by identifying which workloads can authenticate with cloud identity, Kubernetes identity, OIDC, certificates, or attestation instead of carrying reusable secrets. Then issue short-lived credentials at runtime only when access is needed. This reduces exposure, simplifies lifecycle control, and lowers the chance that leaked material can be reused across systems.

Q: Why do multi-vault environments create governance problems for IAM teams?

A: Because control becomes fragmented across clouds, platforms, and development teams, each with different policy, audit, and rotation practices. The problem is not only tool sprawl, but process sprawl. IAM teams need one governance model that spans the estate so access decisions, lifecycle events, and audit evidence remain consistent.

Q: What breaks when workloads still depend on static secrets instead of runtime identity?

A: The programme assumes a secret can remain trustworthy long enough to be stored, distributed, and rotated safely. In practice, that assumption fails when credentials are embedded in code, duplicated across teams, or exposed in automation. The result is persistent attack surface, slower remediation, and weak accountability for who can actually use the credential.

Q: How do organisations know if their secrets governance model is actually working?

A: Look for fewer long-lived credentials, fewer teams bypassing central tooling, and consistent policy enforcement across every vault in use. If workloads still require reusable secrets for ordinary operations, the model is not yet reducing risk at the identity layer. Effective governance should show up as shorter credential lifetimes and clearer runtime authorisation.


Technical breakdown

Why static credentials keep creating hidden trust debt

Static credentials are reusable secrets that remain valid until someone rotates or revokes them. That makes them operationally convenient but structurally risky, because the workload does not prove identity at runtime in a strong way. Secretless models replace that with trust in a native identity source such as cloud identity, Kubernetes identity, OIDC, or certificates, then mint a short-lived credential only when the task needs it. The architectural change is subtle but important: access becomes ephemeral and identity-bound instead of secret-bound, which reduces exposure if code, pipelines, or configs are compromised.

Practical implication: treat long-lived API keys and passwords as migration debt, not a finished control state.

Why every secrets manager is really an identity control point

A vault does not eliminate identity checks. Before a workload can fetch a secret, it must authenticate to the vault itself, often using cloud identity, local attestation, directory credentials, or certificates. That means the security model depends on the strength of the workload identity layer, not only on the vault’s storage and rotation features. If that upstream identity is weak, shared, or overused, the vault becomes a distribution point for risk rather than a reduction point. In practice, the identity proofing step is where authorisation should be decided, and the vault should only issue access after that trust decision is made.

Practical implication: review the authentication path into the vault with the same care you apply to the vault policy itself.

How multi-vault governance changes the operating model

Most enterprises cannot collapse every vault into one platform because teams already run AWS, Azure, GCP, Kubernetes, and embedded platform secrets services. The result is process sprawl, where credentials are handled inconsistently and control gaps emerge between teams. Multi-vault governance is the discipline of enforcing policy, auditability, lifecycle control, and visibility across those separate systems without forcing a disruptive migration. It is less about replacing every vault and more about governing them as one identity security surface. That matters because decentralised tooling does not remove the need for central control, it just changes where that control has to sit.

Practical implication: build a governance layer that spans all vaults already in production, instead of waiting for a single-vault standardisation project.


NHI Mgmt Group analysis

Static credentials are not the end state, they are a trust debt that compounds over time. A reusable secret assumes the workload can be safely trusted to carry access until the next rotation cycle. That assumption breaks when credentials are duplicated, embedded, or reused across environments, because the control model depends on secrecy surviving longer than real-world operations allow. The practitioner conclusion is that static credential dependence should be treated as structural exposure, not merely operational inconvenience.

Multi-vault reality has already replaced the single-vault architecture most programmes still describe. Enterprises are not failing because they chose too many vaults by accident, but because platform teams, cloud teams, and application teams adopted different control planes to move faster. That creates a governance surface wider than any one vault product, and it makes central visibility more important than central storage. The practitioner conclusion is that policy coherence matters more than platform consolidation.

Workload identity, not vault ownership, is becoming the decisive control plane. If a workload must prove identity before receiving access, then the security question shifts from where the secret lives to how the workload is authenticated and authorised at runtime. That changes how IAM, PAM, and NHI teams divide responsibility, because access issuance now sits on the identity path rather than in a static repository. The practitioner conclusion is to reframe secrets management as runtime identity governance.

Short-lived access is the named concept that best captures this shift: credentials should exist only for the task, not for the environment. That idea connects workload identity, secretless authentication, and the reduction of blast radius when a credential path is exposed. It also explains why rotation alone is an incomplete answer, because rotation preserves the long-lived secret model instead of replacing it. The practitioner conclusion is that ephemeral access is a governance outcome, not just an implementation detail.

AI agents extend the same secrets problem into a more volatile operating model. The article’s mention of agents is important because agent-driven execution increases the number of identities that need runtime access and short-lived authorisation. The governance lesson is not that AI is special, but that more dynamic workload behaviour makes secret distribution less defensible. The practitioner conclusion is to align agent access with the same workload identity controls used for other non-human actors.

From our research:

What this signals

Secrets management is moving from storage discipline to identity discipline. Teams that keep treating vaulting as the finish line will miss the larger shift toward runtime authorisation and workload proofing. The practical signal is that IAM, platform, and security architecture owners now share responsibility for the same access path, especially as AI agents and automation expand the number of non-human actors. That makes the OWASP Non-Human Identity Top 10 a useful reference point for reprioritising risk.

The most exposed programmes will be the ones with inconsistent secret lifecycles across clouds and pipelines. Once credentials are embedded in multiple places, governance turns into cleanup work instead of access design. That is why practitioners should align vault policy, rotation, and offboarding with NIST Cybersecurity Framework 2.0 functions rather than treating secrets as a point solution.

Multi-vault governance will become the default operating model, not the exception. The near-term task is to make fragmented storage behave like one control surface for audit, lifecycle, and privileged access decisions. Organisations that do this well will be able to support legacy systems and modern workload identities at the same time, without forcing a premature platform consolidation.


For practitioners

  • Inventory static credentials by workload, not by vault Map every application, pipeline, and automation script that still depends on reusable secrets, then classify which of those can move to identity-based runtime access first. Use the inventory to separate migration candidates from legacy exceptions that still need vault-backed protection.
  • Validate the authentication path into each vault Review how workloads prove identity before they are allowed to retrieve secrets, including cloud identity, certificates, attestation, and federated tokens. If the upstream identity is shared or weak, the vault policy is only controlling the last step of a brittle process.
  • Establish policy consistency across all vaults Apply one access model for rotation, audit, and lifecycle control across AWS Secrets Manager, Azure Key Vault, HashiCorp Vault, Kubernetes secrets, and any embedded platform stores. Central governance should normalize control outcomes even when the underlying vault technology differs.
  • Shorten the lifetime of workload credentials wherever possible Replace long-lived secrets with short-lived credentials issued at runtime, tied to a trusted workload identity and scoped to the specific task. Where secretless access is not yet possible, reduce exposure by limiting duration, scope, and reuse.

Key takeaways

  • The central problem is no longer where to store secrets, but how to govern identity-based access for workloads that should not carry long-lived credentials.
  • The scale of the issue is visible in the persistence of multi-vault estates, static credentials, and inconsistent control paths across applications, pipelines, and automation.
  • Teams should prioritise workload identity, short-lived access, and cross-vault policy consistency before they treat vault migration as the main objective.

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.

FrameworkControl / ReferenceRelevance
OWASP Non-Human Identity Top 10NHI-01Static secrets and multi-vault sprawl are central to the article's risk model.
NIST CSF 2.0PR.AC-4The article focuses on consistent access enforcement across decentralised vaults.
NIST Zero Trust (SP 800-207)AC-6Runtime authentication and least privilege underpin the secretless model described.

Reduce long-lived secrets and map each workload to a named identity source.


Key terms

  • Static Credential: A static credential is a reusable secret such as an API key, password, token, or certificate that stays valid until it is rotated or revoked. In workload environments, the risk is not only exposure but persistence, because the secret can be copied, embedded, or reused across systems.
  • Workload Access Management: Workload access management is the practice of authenticating applications, pipelines, containers, and automation before issuing access to resources. It shifts the control point from stored secrets to runtime identity, so access is granted based on who the workload is and what it is allowed to do.
  • Multi-vault Governance: Multi-vault governance is the discipline of applying consistent policy, audit, lifecycle, and access controls across multiple secrets platforms. It recognises that most enterprises already run more than one vault, so the goal becomes coherent control rather than forced consolidation.
  • Secretless Authentication: Secretless authentication lets a workload prove identity through trusted platform signals instead of carrying long-lived secrets. The workload receives access only when needed, which reduces exposure and makes the credential model more resilient to leakage, duplication, and unmanaged reuse.

What's in the full article

Akeyless's full article covers the operational detail this post intentionally leaves for the source:

  • A practical breakdown of secretless authentication patterns for cloud, Kubernetes, and federated workload identities.
  • The vendor's multi-vault orchestration and synchronization approach across AWS, Azure, GCP, and HashiCorp Vault.
  • Examples of JIT credential issuance and audit controls for pipelines, automation scripts, and modern workloads.
  • The specific AI-agent-oriented capabilities described in the article, including runtime authority and identity intelligence.

👉 Akeyless's full article covers the multi-vault governance model, workload access management, and secretless access patterns in more depth.

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 responsible for identity security strategy or NHI governance in your organisation, it is worth exploring.
NHIMG Editorial Note
Published by the NHIMG editorial team on 2026-06-17.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org