diff --git a/docs/content/deployments.md b/docs/content/deployments.md index 1444b54208..fa468805c6 100644 --- a/docs/content/deployments.md +++ b/docs/content/deployments.md @@ -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. \ No newline at end of file +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. \ No newline at end of file