]
Lalatendu Mohanty commented on JBIDE-22965:
-------------------------------------------
Also I have not tested the proxy on Windows. We can ask CDK QE how they did it. If we do
not get an answer we need to find out firewall rules to imitate a proxy setup.
CDK tools should work behind proxy
----------------------------------
Key: JBIDE-22965
URL:
https://issues.jboss.org/browse/JBIDE-22965
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: cdk
Reporter: Alexey Kazakov
Assignee: Rob Stryker
Priority: Critical
Fix For: 4.4.2.AM2
Attachments: create_proxy-test_env.sh
Proxy support has been added in CDK vagrant box and in vagrant-registration plugin.
We should make sure our CDK tooling supports it too.
In order to run CDK behind proxy, we need to set environment variables:
https://github.com/projectatomic/adb-atomic-developer-bundle/blob/master/...
Eclipse Proxy Testing link:
https://mojo.redhat.com/docs/DOC-989982
+ to create a proxy test environment:
https://gist.github.com/LalatenduMohanty/5062050ac78721eda9676bbc15ecfd25
Standard unix proxy environmet variable $http_proxy has different purpose then $PROXY
that CDK uses. Comments from [~lalatendum]:
{noformat}
lalatenduM: we exepect customers workstation is configured to porixy server
that means when you ping
subscription-rhn-redhat-com.edge.prod.ext.phx2.redhat.com it
should work
lalatenduM: on a customer worksttaion
lalatenduM: now teh challenge is to make openshift , docker and subscription manager in
CDK VM aware of proxy server information
lalatenduM: vagrant-registration uses subscription manager for registraton
lalatenduM: whenyou use
https://github.com/projectatomic/adb-atomic-developer-bundle/blob/master/...
it will make openshift, docker and vagrant-registration aware of proxy server info
{noformat}