Both tasks require org owner or admin. A non-admin member sees only the credentials for workspaces they belong to.
Review what’s connected
In the UI, open your organization’s Vault Settings. Credentials are grouped by scope: an Org-wide section, then a section per workspace that has restricted credentials. Each row shows the provider, type, and status — never the secret. From the CLI:vault audit with no --org and have no active workspace context, the command tells you to pass --org. If you’re not an org admin, you get a permission error.
Control where a credential is available
Each org credential is either Org-wide, meaning every workspace can use it, or limited to Selected workspaces. To make a credential org-wide, choose Org-wide from the credential’s Scope control in the UI, or run:--workspace per workspace:
Check a credential’s current scope
--json for the machine-readable envelope.
Notes
- Only org vault credentials are scopeable. Workspace and personal vault credentials are not.
- The older
vault grantandvault revokecommands have been removed. Usevault scopeinstead.
See also
- Credentials and vaults — the model behind these commands.
jstm vault— full reference with JSON schemas.