Subscribe to the Non-Human & AI Identity Journal
Architecture & Implementation Patterns

Enterprise Vault

← Back to Glossary
By NHI Mgmt Group Updated June 23, 2026 Domain: Architecture & Implementation Patterns

An enterprise vault is a governed repository for secrets that supports access control, audit logging, approval workflows, and rotation. It differs from consumer password storage because it is designed to manage shared, privileged, and operational credentials as business assets. The point is not convenience alone, but control across the full secret lifecycle.

Expanded Definition

An enterprise vault is a controlled system for storing, issuing, and revoking secrets such as API keys, tokens, certificates, and shared credentials. In NHI security, the term matters because the vault is not just storage; it is the policy enforcement point for access control, approval, logging, and rotation across the secret lifecycle. That makes it different from consumer password managers, ad hoc encrypted files, or plain configuration stores. Definitions vary across vendors on whether a vault must also broker dynamic credentials or just govern static ones, so the important distinction is operational control rather than product category. A mature implementation aligns with the intent of NIST Cybersecurity Framework 2.0 by reducing exposure and improving traceability for privileged access. NHIMG’s Ultimate Guide to NHIs — Why NHI Security Matters Now frames this as a response to the scale and persistence of machine credentials. The most common misapplication is treating any encrypted credential store as an enterprise vault, which occurs when teams skip approval workflows, audit logs, and lifecycle rotation.

Examples and Use Cases

Implementing an enterprise vault rigorously often introduces workflow and integration overhead, requiring organisations to weigh tighter control against deployment speed and application refactoring.

  • Centralising shared database credentials so application teams retrieve them at runtime instead of copying them into code repositories or ticketing tools, a pattern closely tied to the Guide to the Secret Sprawl Challenge.
  • Issuing short-lived cloud credentials through vault policy, then revoking them automatically after use, which reduces the blast radius of exposed secrets.
  • Storing TLS certificates and API tokens with mandatory approval and rotation steps so service owners cannot silently prolong credential lifetimes.
  • Supporting offboarding by disabling access to operational secrets immediately when a human admin or automation owner leaves, rather than leaving dormant tokens in place.
  • Managing secrets across CI/CD pipelines where developers need retrieval access but should not have direct visibility into plaintext values.

For dynamic versus static credential patterns, NHIMG’s Ultimate Guide to NHIs — Static vs Dynamic Secrets is useful because no single standard governs this yet and organisations often need both models in different parts of the stack.

Why It Matters in NHI Security

Enterprise vaults matter because secret exposure is rarely a one-time event; it is usually the result of accumulation, duplication, and weak lifecycle control. NHIMG research shows that 62% of all secrets are duplicated and stored in multiple locations, and 50% of organisations are onboarding new vaults without proper security approval, which means the vault itself can become a source of sprawl if governance is weak. That is why the vault must be treated as a control plane, not a convenience layer. It should support auditability for investigations, enforce rotation for high-value credentials, and prevent overuse of the same NHI across multiple applications. In practical NHI programs, the failure mode is usually not the vault missing from architecture diagrams; it is the vault being bypassed when teams need speed, emergency access, or legacy compatibility. Organisations typically encounter enterprise vault urgency only after a secret leak, at which point centralized control becomes operationally unavoidable to address.

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

FrameworkControl / ReferenceRelevance
OWASP Non-Human Identity Top 10NHI-02Covers secret storage, rotation, and exposure reduction for non-human identities.
NIST CSF 2.0PR.AC-1Supports controlled access to secrets and auditable authorization decisions.
NIST CSF 2.0PR.DS-1Addresses protection of data at rest, including stored secrets and credentials.

Store secrets centrally, restrict retrieval, and rotate credentials on a fixed lifecycle.

NHIMG Editorial Note
Reviewed and updated by the NHIMG editorial team on June 23, 2026.
NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org