002 Exam QuestionsBrowse all questions from this exam

002 Exam - Question 60


Which statement describes the results of this command: vault kv list secret/test?

Show Answer
Correct Answer: B

The command 'vault kv list secret/test' is used to list the existing key names at the 'secret/test' path. This command does not check the status of a secrets engine, nor does it output all key/value secrets engines or key names from all key/value secrets engines. It specifically lists the keys at the path provided, in this case, 'secret/test'.

Discussion

2 comments
Sign in to comment
daz_rekkaOption: B
Jul 22, 2024

https://developer.hashicorp.com/vault/docs/commands/kv/list

Mark1000
Aug 3, 2024

B This is the reasonable response