Describe the problem
I can use HTTPS_PROXY env variable to set the proxy for deadline-cloud apps. A few problems with this:
I have to set this in my environment which impacts all other applications. To workaround this I need to create a wrapper script that sets these
the problem with that workaround is that deadline-cloud is invoked from multiple places. not just the CLI, but also DCC integrations and from the Monitor application
Additionally this setting is not honored by deadline cloud monitor. The monitor picks up OS configuration while deadline-cloud does not. IT would be nice if these were unified
Proposed Solution
Add proxy configuration to the deadline cloud config.
Update Deadline Cloud monitor to also honor this config
The same goes for CA certs bundles (AWS_CA_BUNDLE)
Example Use Cases
deadline config set settings.https_proxy http://MYPROXY
Describe the problem
I can use HTTPS_PROXY env variable to set the proxy for deadline-cloud apps. A few problems with this:
I have to set this in my environment which impacts all other applications. To workaround this I need to create a wrapper script that sets these
the problem with that workaround is that deadline-cloud is invoked from multiple places. not just the CLI, but also DCC integrations and from the Monitor application
Additionally this setting is not honored by deadline cloud monitor. The monitor picks up OS configuration while deadline-cloud does not. IT would be nice if these were unified
Proposed Solution
Add proxy configuration to the deadline cloud config.
Update Deadline Cloud monitor to also honor this config
The same goes for CA certs bundles (AWS_CA_BUNDLE)
Example Use Cases
deadline config set settings.https_proxy http://MYPROXY