Skip to content

Commit

Permalink
Merge pull request #7705 from hashicorp/docs-remove-connect-limitation
Browse files Browse the repository at this point in the history
fixup references in connect docs
  • Loading branch information
shoenig authored Apr 20, 2020
2 parents 5abc592 + 9332a87 commit d4ebc73
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions website/pages/docs/integrations/consul-connect.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -325,8 +329,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
Expand Down

0 comments on commit d4ebc73

Please sign in to comment.