Add a Safe
A Safe is the access object in VaultPAM. It binds three things: (1) which Resource is being accessed, (2) which credential is injected, (3) who may use it and under what policy.
Before you begin
- The Resource you want to gate is already registered (Add your first resource).
- You have (or will create) a credential to inject — either a static password, a JIT-rotated credential from OpenBao, or an SSH keypair already stored in Vault.
Steps
- Open Safes → Add Safe from the sidebar.
- Under Resource, pick the registered target the Safe will protect.
- Under Credential, either pick an existing Account Binding or create a new one:
- Static — VaultPAM stores the password encrypted.
- JIT-rotated — VaultPAM asks OpenBao to generate and rotate the password at session launch.
- SSH key — a public key is pushed to the target; the private key stays in Vault.
- Under Members, pick the users or groups who may use the Safe. You can mix individual users and Entra/AD groups.
- Under Policy, pick an existing policy template or leave the defaults:
- Approval required / not required.
- Recording on / off (default on).
- Clipboard allowed / blocked (default blocked for privileged targets).
- MFA step-up at session launch.
- Review and click Create Safe.
The Safe appears in the Safes list immediately. Members get a notification that they now have access.