From 0b710b4a7a36ae0c9533543378217102188dffba Mon Sep 17 00:00:00 2001 From: "Christopher \"Chief\" Najewicz" Date: Tue, 17 Oct 2017 19:05:44 -0400 Subject: [PATCH] Update docs for retry_join cloud discovery to include snippet around (#3577) using HTTP_PROXY, HTTPS_PROXY and NO_PROXY env vars when needed --- website/source/docs/agent/options.html.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/source/docs/agent/options.html.md b/website/source/docs/agent/options.html.md index 346d1404a5..a5d82db651 100644 --- a/website/source/docs/agent/options.html.md +++ b/website/source/docs/agent/options.html.md @@ -265,6 +265,10 @@ will exit with an error at startup. combined with static IP or DNS addresses or even multiple configurations for different providers. + In order to use discovery behind a proxy, you will need to set + `HTTP_PROXY`, `HTTPS_PROXY` and `NO_PROXY` environment variables per + [Golang `net/http` library](https://golang.org/pkg/net/http/#ProxyFromEnvironment). + The following sections give the options specific to each supported cloud provider.