-
Feature Request
-
Resolution: Done
-
Major
-
7.1.0.Final
-
None
OpenShift requires that the client socket bind address be set to the OPENSHIFT_INTENRAL_IP loopback. ProtocolChannelClient currently does not support config for the bind address. connect(..) should be calling
return endpoint.connect("remote", bindAddress, destAddress, builder.getMap(), actualHandler, sslContext);
instead of
return endpoint.connect(uri, builder.getMap(), actualHandler, sslContext);
and expose bindAddress config
- is related to
-
WFCORE-371 Expose mgmt client socket binding config through ModelControllerClient Factory
- Resolved