From 7a6777b41a780fe8d80d768ecb9da18f07219a68 Mon Sep 17 00:00:00 2001 From: Kevin Paulisse Date: Sat, 19 May 2018 01:27:53 -0500 Subject: [PATCH] Docs: Clarify that revoking token revokes dynamic secrets (#4592) --- website/source/api/auth/token/index.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/api/auth/token/index.html.md b/website/source/api/auth/token/index.html.md index 06d13ea1d2..2522c2f05f 100644 --- a/website/source/api/auth/token/index.html.md +++ b/website/source/api/auth/token/index.html.md @@ -428,7 +428,7 @@ $ curl \ ## Revoke a Token -Revokes a token and all child tokens. When the token is revoked, all secrets +Revokes a token and all child tokens. When the token is revoked, all dynamic secrets generated with it are also revoked. | Method | Path | Produces |