Which of the following commands will remove all secrets at a specific path?

Posted by: Pdfprep Category: VA-002-P Tags: , ,

Which of the following commands will remove all secrets at a specific path?
A . vault lease revoke -prefix <path>
B . vault delete lease -all <path>
C . vault lease revoke -all <path>
D . vault revoke -all <path>

Answer: A

Explanation:

The -prefix flag treats the ID as a prefix instead of an exact lease ID. This can revoke multiple leases simultaneously.

Leave a Reply

Your email address will not be published.