Skip to content

Commit

Permalink
Merge pull request #10543 from hashicorp/docs-consul-grpc-addr
Browse files Browse the repository at this point in the history
docs: add agent consul grpc_address docs
  • Loading branch information
shoenig authored May 7, 2021
2 parents 8ca7177 + bcddcc3 commit 72bab51
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions website/content/docs/configuration/consul.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ configuring Nomad to talk to Consul via DNS such as consul.service.consul
- `client_http_check_name` `(string: "Nomad Client HTTP Check")` - Specifies the
HTTP health check name in Consul for the Nomad clients.

- `grpc_address` `(string: "127.0.0.1:8502")` - Specifies the address to the local
Consul agent for `gRPC` requests, given in the format `host:port`. Note that
Consul does not enable the [`grpc`](https://www.consul.io/docs/agent/options#_grpc_port)
listener by default.

- `key_file` `(string: "")` - Specifies the path to the private key used for
Consul communication. If this is set then you need to also set `cert_file`.

Expand Down

0 comments on commit 72bab51

Please sign in to comment.