]
Jeff MAURY commented on JBIDE-22965:
------------------------------------
Two remarks:
* we should think about Windows workstation ? How to control traffic on those machines ?
Windows firewall ?
* It seems to me that DNS traffic is allowed ? I think (at least to mimic the Prudential
user case) that common enterprise settings is that all outgoing traffic should be managed
by the proxy so DNS resolution should not be done on the dev workstation
[~dbocharov] [~lalatendum] Comments ?
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}