Connect your own HashiCorp Vault cluster (AppRole authentication) to read and manage KV v2 secrets, policies, and auth methods -- full read/write plus value-add vault health and secret-rotation rep...
What this app can do
19 tools registered
Connect VaultFree
Connect your own HashiCorp Vault instance by saving its base URL plus an AppRole RoleID/SecretID, after checking it actually works.
Disconnect VaultFree
Disconnect a HashiCorp Vault instance: deletes the saved RoleID/SecretID/token. Nothing in Vault itself is changed.
List ConnectionsFree
List the connected HashiCorp Vault instances.
List Secrets8 tok
List secret keys at a path in a KV v2 mount.
Get Secret8 tok
Read one secret's current (or a specific) version from a KV v2 mount.
Create Secret16 tok
Create a new secret (or a new version if it already exists) at a path in a KV v2 mount.
Update Secret16 tok
Write a new version of an existing secret at a path in a KV v2 mount, optionally with a check-and-set version guard.
Delete Secret16 tok
Soft-delete one or more versions of a secret (recoverable via undelete). Deletes only the latest version if none specified.
Destroy Secret24 tok
Permanently destroy specific versions of a secret -- unlike delete_secret, this cannot be undone via undelete.
List Policies8 tok
List ACL policies configured on the connected Vault instance.
Get Policy8 tok
Read one ACL policy's HCL rules in full by name.
Create Policy16 tok
Create or overwrite an ACL policy with the given HCL rules.
Delete Policy16 tok
Permanently delete an ACL policy by name. Cannot be undone.
List Auth Methods8 tok
List authentication methods (mounts, e.g. AppRole, LDAP, OIDC) enabled on the connected Vault instance.
List Secrets Engines8 tok
List Secrets Engines (mounts, e.g. KV v2, database, PKI) enabled on the connected Vault instance.
List Approles8 tok
List AppRole role names configured under an AppRole auth mount.
Get Seal Status8 tok
Read the connected Vault instance's seal status: sealed/initialized state, version, cluster name.
Get Health8 tok
Read the connected Vault instance's health status: initialized/sealed/standby state.
Audit Vault Instance40 tok
Build one aggregated health report for the connected Vault instance: seal status, secrets engine and policy counts.