Specify the value of "generated secrets" (#2066)

This small change is to specify (mostly for new users) that only dynamic secrets are revoked when running revoke-self.
This commit is contained in:
Jacob Crowther 2016-11-07 13:02:23 -07:00 committed by Jeff Mitchell
parent 0357d73dad
commit 799707fdd0

View file

@ -580,8 +580,8 @@ of the header should be "X-Vault-Token" and the value should be the token.
<dt>Description</dt> <dt>Description</dt>
<dd> <dd>
Revokes the token used to call it and all child tokens. Revokes the token used to call it and all child tokens.
When the token is revoked, all secrets generated with When the token is revoked, all dynamic secrets generated
it are also revoked. with it are also revoked.
</dd> </dd>
<dt>Method</dt> <dt>Method</dt>