Merge pull request #9874 from hashicorp/mw.patch-docs-issue
docs: fixup syntax issue
This commit is contained in:
commit
c2f910a246
|
@ -651,11 +651,11 @@ and configure default certificates for mutual TLS. Also override the SNI and CA
|
||||||
{
|
{
|
||||||
name: 'Services',
|
name: 'Services',
|
||||||
type: 'array<LinkedService>: <optional>',
|
type: 'array<LinkedService>: <optional>',
|
||||||
description: 'A list of services to link
|
description: `A list of services to link
|
||||||
with the gateway. The gateway will proxy traffic to these services. These linked services
|
with the gateway. The gateway will proxy traffic to these services. These linked services
|
||||||
must be registered with Consul for the gateway to discover their addresses. They must also
|
must be registered with Consul for the gateway to discover their addresses. They must also
|
||||||
be registered in the same Consul datacenter as the terminating gateway. If Consul ACLs are
|
be registered in the same Consul datacenter as the terminating gateway. If Consul ACLs are
|
||||||
enabled, the Terminatig Gateway's ACL token must grant `service:write` for all linked services.',
|
enabled, the Terminating Gateway's ACL token must grant <code>service:write</code> for all linked services.`,
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
name: 'Name',
|
name: 'Name',
|
||||||
|
|
Loading…
Reference in New Issue