Subscribe to the Non-Human & AI Identity Journal

What do organisations get wrong about cloud-native vaults?

Organisations often assume cloud-native vaults solve governance by themselves. In practice, they solve local convenience but not enterprise-wide policy consistency. If secrets are still spread across SaaS, cloud, and on-prem systems, the enterprise may have better storage hygiene in one place while the rest of the estate remains unmanaged.

Why Security Teams Misread Cloud-Native Vaults

Cloud-native vaults are often treated as a governance endpoint, when they are really a storage and retrieval control. That misunderstanding creates a dangerous gap: secrets may be better protected in one vault, yet still duplicated in tickets, CI/CD variables, developer laptops, and legacy on-prem systems. NHIMG research shows that 62% of secrets are duplicated across multiple locations, and 50% of organisations are onboarding new vaults without proper security approval, which means the vault can become another silo instead of a control plane. The problem is not the vault itself, but the belief that adoption equals control.

Current guidance from NIST Cybersecurity Framework 2.0 is clear that asset visibility, protection, and governance have to work together. In practice, this is where many environments fail: the vault is secure, but the surrounding secret lifecycle is not. Teams also ignore cases where secrets are already exposed, as seen in the Guide to the Secret Sprawl Challenge, which shows why central storage does not fix distributed exposure. In practice, many security teams encounter secret sprawl only after a breach or offboarding failure has already exposed the gap, rather than through intentional governance design.

How Cloud-Native Vaults Should Operate in Practice

A vault should be one control in a broader secrets management system, not the whole strategy. The operational question is not simply “where are secrets stored?” but “who can request them, for how long, under what policy, and with what telemetry?” A mature design pairs vaulting with inventory, owner attribution, rotation, short TTLs, and automated revocation. It also separates human access workflows from machine access workflows, because service accounts, pipelines, and agents behave differently from administrators.

For machine workloads, best practice is evolving toward workload identity and short-lived issuance rather than persistent credentials. That means the vault becomes a broker for ephemeral secrets, not a long-term repository for static keys. When a secret must be used outside the vault, the process should be policy-driven and auditable. The Ultimate Guide to NHIs — Static vs Dynamic Secrets is useful here because it explains why static credentials increase exposure windows and complicate revocation. For implementation detail, NIST Cybersecurity Framework 2.0 supports the need for continuous protection and recovery, while Codefinger AWS S3 ransomware attack illustrates how cloud-native exposure often comes from broader control failures, not just weak storage.

  • Inventory every secret source, not just the vault.
  • Map each secret to an owner, workload, and business purpose.
  • Use short-lived credentials where the platform supports them.
  • Rotate and revoke automatically on offboarding, compromise, or pipeline change.
  • Log secret access centrally and correlate it with workload identity.

These controls tend to break down when organisations have multiple cloud accounts, ad hoc pipelines, and long-lived legacy integrations that cannot yet consume dynamic secrets.

Where the Model Breaks Down and What to Watch For

Tighter vault governance often increases operational overhead, requiring organisations to balance convenience against revocation speed and auditability. That tradeoff is real, especially in mixed estates. There is no universal standard for exactly how fast every secret should expire, but current guidance strongly favours shorter-lived credentials wherever automation can support them. The mistake is to force every workload into the same vault pattern and assume RBAC alone will solve the problem.

Edge cases usually appear in environments with SaaS integrations, embedded third-party tooling, or teams that cache secrets locally to avoid pipeline failures. In those cases, the vault may still be the right system of record, but it is not enough to enforce policy unless it is paired with detection, owner review, and cleanup. NHIMG has documented how secrets drift into multiple repositories and collaboration tools in the Azure Key Vault privilege escalation exposure case, which is a reminder that platform-native controls do not eliminate configuration risk. For a broader breach pattern, the Snowflake breach shows how identity and access failures can cascade when secrets governance is incomplete. The practical test is simple: if a vault change does not reduce secret count, shorten exposure, or improve revocation, it is probably only improving storage hygiene, not security.

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 AI RMF set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
OWASP Non-Human Identity Top 10 NHI-03 Secret rotation and lifecycle control are central to vault governance.
NIST CSF 2.0 PR.AC-4 Access enforcement and least privilege apply to vault-held secrets.
NIST AI RMF AI governance principles help when vaults protect autonomous workloads.

Define accountability, monitoring, and lifecycle controls for machine-held secrets and workload access.