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:
You are the primary Vault operator. During a routine audit, an auditor requested the ability to display all secrets under a specific path in Vault without seeing the actual stored data. Which policy permits the auditor to display the stored secrets without revealing their contents?
Correct Answer: C
Comprehensive and Detailed In-Depth Explanation: The list capability allows viewing secret names without data. The Vault documentation states: "The list capability is required to list keys at a path without necessarily being able to read the data at those paths. The + symbol is a directory replacement and ANY value would be permitted in that path segment." -Vault Policies: Capabilities -Vault Policies: Policy Syntax * C: Correct. Lists all secrets under kv/<anything>/production: "This policy allows the auditor to list all secrets under the specified path kv/+/production without being able to read the actual stored data." -Vault Policies: Capabilities * A,B: Too narrow, missing some secrets. * D: Includes read, exposing data. References: Vault Policies: Capabilities Vault Policies: Policy Syntax