Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
To use the Return Proxy feature, Azure CycleCloud requires direct (or via bastion host) SSH access to one or more nodes in your clusters. In an environment where all HTTP/S traffic must travel through a web proxy or gateway, another setup is required. You need to know the values for <%= @http_proxy_host %>
and <%= @http_proxy_port %>
.
All Providers
Click on your user or account name in the upper right corner of your CycleCloud window, and select "Settings". Double click on "DataMan" to open the configuration window. To allow proxy use, click the "Proxy Enabled" checkbox and enter the required information. Click "Save" to continue, or "Cancel" to exit the window.
To connect to Azure from behind a proxy, you need to modify your cycle_server/config/cycle_server.properties
file and add the following to the webServerJvmOptions
property:
webServerJvmOptions= -Dhttp.proxyHost=<%= @http_proxy_host %> -Dhttp.proxyPort=<%= @http_proxy_port %>