Skip to content

Anchor Vault

Anchor Vault is the privileged-material control layer in Anchor. It supports workflows where sensitive access material must be protected, governed, rotated, verified, and tied to audit evidence.

The design goal is to keep privileged material close to the policy, scope, resource, account, and workflow context that explains why it is being used. That reduces the drift that happens when credentials live in scripts, shared locations, or separate vault processes.

Anchor Vault

Controls privileged material without exposing unnecessary implementation detail.

Policy Who can use what
Vault Protected privileged material
Workflow Retrieve, rotate, verify
Audit Access and change evidence
  • Controls access to privileged material through policy and scope context.
  • Supports governed retrieval, rotation, and verification workflows.
  • Keeps privileged-material use connected to resources, accounts, users, and audit history.
  • Reduces unmanaged credential handling outside the PAM control plane.
  • Works with Anchor Engine so access decisions remain explainable.

Vault behavior is strongest when it is part of the privileged access operating model, not an isolated storage feature. Anchor treats privileged-material use as a governed workflow with evidence, not just a retrieval event.

Legacy PAM or IAM patternCommon gapAnchor Vault approach
Credentials are copied into scripts, shared locations, or disconnected vault workflows.Privileged material drifts away from policy, ownership, and audit context.Anchor Vault keeps privileged-material use tied to resources, accounts, policy decisions, and evidence.
IAM controls who can sign in, but does not manage privileged material lifecycle.Rotation, verification, retrieval, and review become separate operational chores.Vault workflows stay connected to Anchor Engine so privileged material can be governed as part of the PAM model.
Vaulting is treated as a standalone tool.Teams still need separate processes to prove use, verify health, and clean up access.Anchor connects retrieval, verification, rotation, review, and audit context in one privileged access model.
ControlAnchor Vault posture
Policy gatePrivileged-material use is governed by scope, resource, account, and actor context.
Encryption-aware designPublic docs describe protection goals; implementation specifics are covered in customer onboarding materials.
Lifecycle controlRetrieval, rotation, verification, and review stay connected to Anchor workflows.
Audit linkagePrivileged-material access and change activity produce reviewable evidence.
Technical depthPublic docs explain the protection model; registered technical materials cover customer-specific operating detail.