-
Notifications
You must be signed in to change notification settings - Fork 19
Proxy
Lorens Kockum edited this page Nov 23, 2017
·
2 revisions
You can configure Strongbox CLI to use a proxy. This is implemented using the proxy support in the AWS SDKs.
To use a proxy set the following environment variable
export https_proxy=https://myproxy.example.com
If you want to exclude certain domains from being proxied set
export no_proxy=https://dont.proxy.me