HashiCorp Certified: Vault Associate (002) — Question 45
Which of the following describes the Vault’s auth method component?
Answer options
- A. It verifies a client against an internal or external system, and generates a token with the appropriate policies attached
- B. It verifies a client against an internal or external system, and generates a token with root policy
- C. It is responsible for durable storage of client tokens
- D. It dynamically generates a unique set of secrets with appropriate permissions attached
Correct answer: A
Explanation
The correct answer is A because the auth method component is designed to authenticate clients and issue tokens that come with specific policies, ensuring proper access control. Option B incorrectly states that it generates a token with root policy, which is not the typical function of the auth method. Option C describes token storage, which is not the role of the auth method, and option D refers to secret generation, which is outside the scope of the auth method's responsibilities.