mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-12-13 17:07:23 +00:00
Update lease concept to use correct command (#7730)
Updated command to reflect on the one that executes successfully on Vault v1.2.3 with server running in dev mode.
This commit is contained in:
@@ -55,7 +55,7 @@ consumer of this secret must renew the lease within that time.
|
|||||||
When renewing the lease, the user can request a specific amount of time they
|
When renewing the lease, the user can request a specific amount of time they
|
||||||
want remaining on the lease, termed the `increment`. This is not an increment
|
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
|
at the end of the current TTL; it is an increment _from the current time_. For
|
||||||
example, `vault renew my-lease-id 3600` would request that the TTL of the lease
|
example, `vault lease renew -increment=3600 my-lease-id` would request that the TTL of the lease
|
||||||
be adjusted to 1 hour (3600 seconds). Having the increment be rooted at the
|
be adjusted to 1 hour (3600 seconds). Having the increment be rooted at the
|
||||||
current time instead of the end of the lease makes it easy for users to reduce
|
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
|
the length of leases if they don't actually need credentials for the full
|
||||||
|
|||||||
Reference in New Issue
Block a user