]
Marián Labuda closed JBIDE-22596.
---------------------------------
Resolution: Done
I will open enhancement on monday for this. This one verified in devstudio 10 GA
respin-b.
Impossible to connect to OpenShift when landrush is enabled (instead
of xip.io)
-------------------------------------------------------------------------------
Key: JBIDE-22596
URL:
https://issues.jboss.org/browse/JBIDE-22596
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.4.0.Final
Reporter: Fred Bricon
Assignee: Fred Bricon
Priority: Blocker
Labels: respin-b
Fix For: 4.4.0.Final
When landrush is enabled on the CDK, the Docker registry url is
https://hub.openshift.openshift.cdk, it's stored in the OpenShift connection
properties when launching the CDK server adapter.
However, URL validation fails on that url, thus preventing the Connection wizard to
finish, because *.cdk urls are not valid. Indeed cdk is not a known/valid TLD, according
to Apache's commons UrlValidator