The auth command groups subcommands for interacting with Vault's auth methods.
Users can list, enable, disable, and get help for different auth methods.
To authenticate to Vault as a user or machine, use the vault login command instead. This command is for
interacting with the auth methods themselves, not authenticating to Vault.
Usage: vault auth <subcommand> [options] [args]
# ...
Subcommands:
disable Disables an auth method
enable Enables a new auth method
help Prints usage for an auth method
list Lists enabled auth methods
tune Tunes an auth method configuration
Usage: vault auth <subcommand> [options] [args] # ...Subcommands: disable Disables an auth method enable Enables a new auth method help Prints usage for an auth method list Lists enabled auth methods tune Tunes an auth method configuration
For more information, examples, and usage about a subcommand, click on the name
of the subcommand in the sidebar.