From 9926614df24ee24c7d6b14f04096cb5005e59991 Mon Sep 17 00:00:00 2001 From: Mahmood Ali Date: Mon, 27 Jan 2020 14:17:44 -0500 Subject: [PATCH] Update website/source/guides/security/acl.html.markdown Co-Authored-By: Tim Gross --- website/source/guides/security/acl.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/guides/security/acl.html.markdown b/website/source/guides/security/acl.html.markdown index fb11ebe5e..9ece9fc6c 100644 --- a/website/source/guides/security/acl.html.markdown +++ b/website/source/guides/security/acl.html.markdown @@ -419,7 +419,7 @@ Error bootstrapping: Unexpected response code: 500 (Invalid bootstrap reset inde This is because the reset file is in place, but with the incorrect index. The reset file can be deleted, but Nomad will not reset the bootstrap until the index is corrected. -Resetting ACL Bootstrap does not automatically invalidate previous ACL tokens: Previous bootstrap token remains a valid, and existing tools that utilize it remain functional. If the token is unused, or if a management token is suspected of being vulnerable, then we should invalidate it, update any existing system with new tokens, and audit all existing tokens. +Resetting ACL Bootstrap does not automatically invalidate previous ACL tokens: the previous bootstrap token remains valid, and existing tools that utilize it remain functional. If the token is unused, or if a management token is suspected of being compromised, then we should invalidate it, update any existing system with new tokens, and audit all existing tokens. ## Vault Integration