mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-17 08:41:12 +01:00
fix(doc): mention that leases can be revoked from the UI (#14205)
This commit is contained in:
parent
71140f94c0
commit
d36f973dfb
@ -31,9 +31,9 @@ access keys will be deleted from AWS the moment a lease is revoked. This
|
|||||||
renders the access keys invalid from that point forward.
|
renders the access keys invalid from that point forward.
|
||||||
|
|
||||||
Revocation can happen manually via the API, via the `vault lease revoke` cli command,
|
Revocation can happen manually via the API, via the `vault lease revoke` cli command,
|
||||||
or automatically by Vault. When a lease is expired, Vault will automatically
|
the user interface (UI) under the Access tab, or automatically by Vault. When a lease
|
||||||
revoke that lease. When a token is revoked, Vault will revoke all leases that
|
is expired, Vault will automatically revoke that lease. When a token is revoked,
|
||||||
were created using that token.
|
Vault will revoke all leases that were created using that token.
|
||||||
|
|
||||||
**Note**: The [Key/Value Backend](/docs/secrets/kv) which stores
|
**Note**: The [Key/Value Backend](/docs/secrets/kv) which stores
|
||||||
arbitrary secrets does not issue leases although it will sometimes return a
|
arbitrary secrets does not issue leases although it will sometimes return a
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user