You are enabling a secrets engine in Vault using the CLI. What subcommands are available when using the vault secrets command? (Select five)
update
migrate
tune
enable
move
disable
list
Comprehensive and Detailed In-Depth Explanation:
The vault secrets command supports:
C. tune : " Tune a secrets engine configuration. "
D. enable : " Enable a secrets engine. "
E. move : " Move a secrets engine to a new path. "
F. disable : " Disable a secrets engine. "
G. list : " List enabled secrets engines. "
Incorrect Options :
A. update : Not a subcommand.
B. migrate : Not applicable here.
" The vault secrets command has several subcommands to use when working with secrets engines. "
Submit