docs: remove leftover typo from replication_token info

This commit is contained in:
Kyle Havlovitz 2018-11-07 09:22:23 -08:00
parent e8dd89359a
commit 6354996804
No known key found for this signature in database
GPG Key ID: 8A5E6B173056AD6C
1 changed files with 4 additions and 4 deletions

View File

@ -590,10 +590,10 @@ default will automatically work with some tooling.
The ACL token used to authorize secondary datacenters with the primary datacenter for replication The ACL token used to authorize secondary datacenters with the primary datacenter for replication
operations. This token is required for servers outside the [`primary_datacenter`](#primary_datacenter) when operations. This token is required for servers outside the [`primary_datacenter`](#primary_datacenter) when
ACLs are enabled. This token may be provided later using the [agent token API](/api/agent.html#update-acl-tokens) ACLs are enabled. This token may be provided later using the [agent token API](/api/agent.html#update-acl-tokens)
on each server. If the `replication` token is set in the config. This token must have at least "read" permissions on each server. This token must have at least "read" permissions on ACL data but if ACL
on ACL data but if ACL token replication is enabled then it must have "write" permissions. token replication is enabled then it must have "write" permissions. This also enables
This also enables Connect replication in Consul Enterprise, for which the token will require Connect replication in Consul Enterprise, for which the token will require both operator
both operator "write" and intention "read" permissions for replicating CA and Intention data. "write" and intention "read" permissions for replicating CA and Intention data.
* <a name="acl_datacenter"></a><a href="#acl_datacenter">`acl_datacenter`</a> - **This field is * <a name="acl_datacenter"></a><a href="#acl_datacenter">`acl_datacenter`</a> - **This field is
deprecated in Consul 1.4.0. See the [`primary_datacenter`](#primary_datacenter) field instead.** deprecated in Consul 1.4.0. See the [`primary_datacenter`](#primary_datacenter) field instead.**