From 6daf5db3a96c14a884f878fc067b9a706dc38fce Mon Sep 17 00:00:00 2001 From: James Rasell Date: Tue, 2 Nov 2021 08:28:45 +0100 Subject: [PATCH] docs: document Consul timeout config parameter. --- website/content/docs/configuration/consul.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/content/docs/configuration/consul.mdx b/website/content/docs/configuration/consul.mdx index a1cb05f23..80a2dc3de 100644 --- a/website/content/docs/configuration/consul.mdx +++ b/website/content/docs/configuration/consul.mdx @@ -125,6 +125,9 @@ configuring Nomad to talk to Consul via DNS such as consul.service.consul - `tags` `(array: [])` - Specifies optional Consul tags to be registered with the Nomad server and agent services. +- `timeout` `(string: "5s")` - Specifies a time limit for requests made against + Consul. This is specified using a label suffix like "10s". + - `token` `(string: "")` - Specifies the token used to provide a per-request ACL token. This option overrides the Consul Agent's default token. If the token is not set here or on the Consul agent, it will default to Consul's anonymous policy,