Valid HCVA0-003 Dumps shared by ExamDiscuss.com for Helping Passing HCVA0-003 Exam! ExamDiscuss.com now offer the newest HCVA0-003 exam dumps, the ExamDiscuss.com HCVA0-003 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com HCVA0-003 dumps with Test Engine here:
A developer has requested access to manage secrets at the path kv/apps/webapp01. You create the policy below which gives them the proper access: path "kv/apps/webapp01" { capabilities = ["read", "create", "update", "list"] } However, when the developer logs in to the Vault UI, they see the following screenshot and cannot access the desired secret. Why can't the developer see the secrets they need?
Correct Answer: C
Comprehensive and Detailed In-Depth Explanation: The Vault UI requires list permissions on parent paths to navigate mounts. The Vault documentation states: "When you are using the UI, you will likely need to add additional LIST permissions to the mount (sys /mounts) and then LIST for every path up to the desired secret." -Vault API: sys/mounts * C: Correct. The policy lacks list on kv/ or kv/apps/, so the UI can't display kv/: "The policy doesn't permit list access to the paths prior to the secret so the Vault UI doesn't display the mount path." -Vault Tutorials: Policies * A: Incorrect; the UI isn't user-specific. * B: Incorrect; KV is available in the UI. * D: Incorrect; the path is kv/, not cubbyhole. References: Vault API: sys/mounts Vault Tutorials: Policies