HashiCorp Certified: Vault Associate (002) — Question 59
What is a secret in the context of Vault?
Answer options
- A. HTTP session token that provides authorization to Vault
- B. Threshold of keys required to unseal the Vault
- C. Anything stored or returned that contains confidential material
- D. Engine responsible for logging all requests and responses
Correct answer: C
Explanation
The correct answer is C because a secret in Vault refers to any data that contains sensitive or confidential information. Option A describes an authorization token, option B refers to the unsealing process, and option D pertains to logging functions, none of which accurately define a secret.