PdfPrep.com

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

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.

Exit mobile version