From f1a0086b53dddf80d964f49b8bbcc77656f6e07e Mon Sep 17 00:00:00 2001 From: Omar Khawaja Date: Mon, 29 Jul 2019 17:11:14 -0400 Subject: [PATCH] fix typo for link to acl bootstrap reset process (#6032) --- 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 442370ae8..3fe5bd011 100644 --- a/website/source/guides/security/acl.html.markdown +++ b/website/source/guides/security/acl.html.markdown @@ -98,7 +98,7 @@ Create Index = 7 Modify Index = 7 ``` -Once the initial bootstrap is performed, it cannot be performed again unless [reset](#reseting-acl-bootstrap). Make sure to save this AccessorID and SecretID. +Once the initial bootstrap is performed, it cannot be performed again unless [reset](#resetting-acl-bootstrap). Make sure to save this AccessorID and SecretID. The bootstrap token is a `management` type token, meaning it can perform any operation. It should be used to setup the ACL policies and create additional ACL tokens. The bootstrap token can be deleted and is like any other token, so care should be taken to not revoke all management tokens. ### Enable ACLs on Nomad Clients