Update lease.html.md (#3759)

This commit is contained in:
Nick 2018-02-14 09:44:34 -05:00 committed by Jeff Mitchell
parent e6bf69b96b
commit 11f197dfa5

View file

@ -27,7 +27,7 @@ to check in routinely.
In addition to renewals, a lease can be _revoked_. When a lease is revoked, it
invalidates that secret immediately and prevents any further renewals. For
example, with the [AWS secrets engine](/docs/secrets/aws/index.html), the
access keys will be deleted from AWS the moment a secret is revoked. This
access keys will be deleted from AWS the moment a lease is revoked. This
renders the access keys invalid from that point forward.
Revocation can happen manually via the API, via the `vault revoke` cli command,