Skip to content

Commit

Permalink
docs: Add note about HTTP_PROXY and friends
Browse files Browse the repository at this point in the history
Fixes open-policy-agent#1410

Signed-off-by: Torin Sandall <torinsandall@gmail.com>
  • Loading branch information
tsandall committed May 7, 2019
1 parent 0a4744f commit 623b09e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/content/deployments.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,4 +274,12 @@ containers:
periodSeconds: 5
```
See the [Health API](/docs/{{< current_version >}}/rest-api#health-api) documentation for more detail on the `/health` API endpoint.
See the [Health API](/docs/{{< current_version >}}/rest-api#health-api) documentation for more detail on the `/health` API endpoint.

## HTTP Proxies

OPA uses the standard Go [net/http](https://golang.org/pkg/net/http/) package
for outbound HTTP requests that download bundles, upload decision logs, etc. In
environments where an HTTP proxy is required, you can configure OPA using the
pseudo-standard `HTTP_PROXY`, `HTTPS_PROXY`, and `NO_PROXY` environment
variables.

0 comments on commit 623b09e

Please sign in to comment.