HashiCorp Certified: Vault Associate (002) — Question 27
Which of these are a benefit of using the Vault Agent?
Answer options
- A. Vault Agent allows for centralized configuration of application secrets engines
- B. Vault Agent will auto-discover which authentication mechanism to use
- C. Vault Agent will enforce minimum levels of encryption an application can use
- D. Vault Agent will manage the lifecycle of cached tokens and leases automatically
Correct answer: D
Explanation
The correct answer is D because Vault Agent is designed to handle the management of cached tokens and leases automatically, which simplifies token management for applications. Options A, B, and C describe functionalities that are not part of Vault Agent's primary features, as it does not provide centralized configuration, auto-discovery of authentication mechanisms, or enforce encryption levels.