vhsm secrets

Learn to interact with vHSM's secrets engine

This command groups subcommands for interacting with vHSM's secrets engines. Each secrets engine behaves differently. Refer to the documentation for more details.

Usage

vhsm secrets <subcommand> [options] [args]

Examples

  • List all enabled secrets engines:

    vhsm secrets list
  • Enable a new secrets engine:

    vhsm secrets enable database
  • Disable a secrets engine:

    vhsm secrets disable database

For detailed usage information, use the --help flag with individual subcommands:

vhsm secrets <subcommand> --help

Subcommands

Subcommand
Description

disable

Disable a secrets engine.

enable

Enable a secrets engine.

list

List all enabled secrets engines.

move

Move a secrets engine to a new path.

tune

Tune the configuration of a secrets engine.

Last updated

Was this helpful?