HashiCorp Certified: Vault Associate (002) — Question 69
Why might an application be mapped to an identity entity?
Answer options
- A. To prohibit Vault administrators from revoking tokens associated with that application
- B. To get around cloud license limitations
- C. To allow an application deployed with multiple authentication methods have a consistent set of policies
- D. To allow the same application in one cloud to access already provisioned Vault tokens for that application in another cloud
Correct answer: C
Explanation
The correct answer is C because mapping an application to an identity entity allows it to operate under a consistent set of policies regardless of the authentication methods in use. Options A, B, and D do not address the need for consistent application policies across different authentication methods, making them incorrect in this context.