Configuration
Proxy Configuration
The cluster manager respect the HTTP_PROXY family of environment variables.
Depending on the installation method, Terraform or CloudFormation you can set the URL to the proxy.
- Terraform
- Cloud Formation)
Set the proxy_configuration
variable so that proxy settings will be applied.
- First the proxy should be enabled.
- Then set
httpProxy
variable to the URL of the proxy.
httpsProxy
will also be set to the same value if omitted.
proxy_configuration = {
enabled = true
httpProxy = "http://proxy.service:1234"
}
Set the Proxy
variable to URL to the proxy to use e.a http://proxy.service:1234
.