From 501444c5dacde98169506f17510469e18ef1d5de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=BF=E3=82=83=E3=81=8A?= Date: Tue, 3 Aug 2021 18:56:00 +0800 Subject: [PATCH] [doc]Add replication_token link with authoritative_region replication_token always works together with authoritative_region, add a link for better doc. --- website/content/docs/configuration/acl.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/content/docs/configuration/acl.mdx b/website/content/docs/configuration/acl.mdx index f67bb1db5..f64142bab 100644 --- a/website/content/docs/configuration/acl.mdx +++ b/website/content/docs/configuration/acl.mdx @@ -41,6 +41,7 @@ acl { - `replication_token` `(string: "")` - Specifies the Secret ID of the ACL token to use for replicating policies and tokens. This is used by servers in non-authoritative - region to mirror the policies and tokens into the local region. + region to mirror the policies and tokens into the local region from [authoritative_region][authoritative-region]. [secure-guide]: https://learn.hashicorp.com/collections/nomad/access-control +[authoritative-region]: /docs/configuration/server#authoritative_region