Exam HCVA0-003 Topic 8 Question 149 Discussion
Actual exam question for HashiCorp's HCVA0-003 exam
Question #: 149
Topic #: 8
Question #: 149
Topic #: 8
The vault lease renew command increments the lease time from:
Suggested Answer: A Vote an answer
The vault lease renew command increments the lease time from the current time, not the end of the lease. This means that the user can request a specific amount of time they want remaining on the lease, termed the increment. This is not an increment at the end of the current TTL; it is an increment from the current time. For example, vault lease renew -increment=3600 my-lease-id would request that the TTL of the lease be adjusted to 1 hour (3600 seconds) from now. Having the increment be rooted at the current time instead of the end of the lease makes it easy for users to reduce the length of leases if they don't actually need credentials for the full possible lease period, allowing those credentials to expire sooner and resources to be cleaned up earlier.
The requested increment is completely advisory. The backend in charge of the secret can choose to completely ignore it1. References:
* Lease, Renew, and Revoke | Vault | HashiCorp Developer
The requested increment is completely advisory. The backend in charge of the secret can choose to completely ignore it1. References:
* Lease, Renew, and Revoke | Vault | HashiCorp Developer
by Martina at Jun 01, 2026, 10:46 PM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).