From d8520cdf4f7b8f13a01f1680b43bed06af1dd24f Mon Sep 17 00:00:00 2001 From: Seth Hoenig Date: Mon, 13 Apr 2020 09:51:17 -0600 Subject: [PATCH 1/2] docs: update connect limitations (acls & checks now supported) --- website/pages/docs/integrations/consul-connect.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/website/pages/docs/integrations/consul-connect.mdx b/website/pages/docs/integrations/consul-connect.mdx index b28c10dd8..12a87ed0b 100644 --- a/website/pages/docs/integrations/consul-connect.mdx +++ b/website/pages/docs/integrations/consul-connect.mdx @@ -325,8 +325,6 @@ dashes (`-`) are converted to underscores (`_`) in environment variables so - The `consul` binary must be present in Nomad's `$PATH` to run the Envoy proxy sidecar on client nodes. - Consul Connect Native is not yet supported ([#6083][gh6083]). -- Consul Connect HTTP and gRPC checks are not yet supported ([#6120][gh6120]). -- Consul ACLs are not yet supported ([#6701][gh6701]). - Only the Docker, `exec`, `raw_exec`, and `java` drivers support network namespaces and Connect. - Changes to the `connect` stanza may not properly trigger a job update From 9332a87eb70efca25b9f3d8aa6861bce63860aeb Mon Sep 17 00:00:00 2001 From: Seth Hoenig Date: Mon, 13 Apr 2020 10:05:20 -0600 Subject: [PATCH 2/2] docs: add a link to the Connect w/ACLs guide ... from the docs/integration/consul-connect page. --- website/pages/docs/integrations/consul-connect.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/pages/docs/integrations/consul-connect.mdx b/website/pages/docs/integrations/consul-connect.mdx index 12a87ed0b..7e4583b2b 100644 --- a/website/pages/docs/integrations/consul-connect.mdx +++ b/website/pages/docs/integrations/consul-connect.mdx @@ -38,6 +38,10 @@ manage TLS certificates. This is transparent to job specification authors as security features in Connect continue to work even as the application scales up or down or gets rescheduled by Nomad. +For using the Consul Connect integration with Consul ACLs enabled, see the +[Secure Nomad Jobs with Consul Connect](https://learn.hashicorp.com/nomad/consul-integration/nomad-connect-acl) +guide. + # Nomad Consul Connect Example The following section walks through an example to enable secure communication