vhsm secrets list
Learn to view all the enabled secrets engine on the vHSM server.
The vhsm secrets list
command lists all enabled secrets engines on the vHSM server. It also displays key details such as configured TTLs and descriptions.
A TTL value of "system"
means the system default TTL is in use.
Usage
Version Columns (-detailed
flag)
-detailed
flag)Using the -detailed
flag provides additional version details:
Version
Configured plugin version (empty or "n/a"
means built-in or unversioned).
Running Version
The actual plugin version currently running.
Running SHA256
The SHA256 checksum of the running plugin binary. If different from the catalog, the plugin hasn't been reloaded since an update.
Examples
List all enabled secrets engines
Output
List all enabled secrets engines with detailed output
Output
Available Options
Output Options
-format=<string>
Specifies the output format: "table" (default), "json", or "yaml". Can also be set via the VAULT_FORMAT
environment variable.
Command Options
-detailed
Displays detailed information about each secrets engine, including replication status, configuration, and version details.
Last updated
Was this helpful?