Posted by: Pdfprep
Post Date: January 17, 2021
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