Accessing Object Storage Using Proxy
BMC AMI Cloud server configuration (Using the model9-local.yml configuration file):
Parameters | Description |
|---|---|
model9.objstore.jclouds-config.jclouds.proxy-host: <proxy_ip/dns> | The HTTP proxy IP address or DNS address |
model9.objstore.jclouds-config.jclouds.proxy-port: <proxy_port> | The HTTP proxy port. Usually 3128 or 80 |
model9.objstore.jclouds-config.jclouds.proxy-excluded-uri.azureblob: https://.*\.blob\.core\.windows\.net.* | (Optional) For Azure AD, if data transfer should not go through the proxy, but login should go through the proxy |
BMC AMI Cloud agent configuration (Using the agent.yml configuration file):
Parameters | Description |
|---|---|
objstore.jclouds-config.jclouds.proxy-host: <proxy_ip/dns> | The HTTP proxy IP address or DNS address |
objstore.jclouds-config.jclouds.proxy-excluded-uri.azureblob: https://.*\.blob\.core\.windows\.net.* | (Optional) For Azure AD, if data transfer should not go through the proxy, but login should go through the proxy |