HashiCorp Certified: Vault Associate (002) — Question 63
Which statement describes the results of this command: $ vault secrets enable -version=2 kv (Choose two.)
Answer options
- A. Enables the secrets engine at path kv2/
- B. The -version is an invalid flag
- C. Enables the secrets engine at path kv/
- D. Enables K/V v1 secrets engine
- E. Enables K/V v2 secrets engine
Correct answer: C, E
Explanation
The command enables the K/V v2 secrets engine at the specified path kv/, which is why option E is correct. Option C is also correct as it signifies the activation at the path kv/. The other options are incorrect because they either refer to invalid flag usage or incorrect versioning of the secrets engine.