From 62d76ee63ac16eb3825402954dd221461ebcfe88 Mon Sep 17 00:00:00 2001 From: Seth Hoenig Date: Fri, 7 May 2021 09:25:09 -0600 Subject: [PATCH] docs: add agent consul grpc_address docs We already supported this configuration, but forgot to document it. --- website/content/docs/configuration/consul.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/content/docs/configuration/consul.mdx b/website/content/docs/configuration/consul.mdx index 7576d60e5..a1cb05f23 100644 --- a/website/content/docs/configuration/consul.mdx +++ b/website/content/docs/configuration/consul.mdx @@ -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`.