]
Ondrej Dockal closed JBIDE-26915.
---------------------------------
Haven't seen for a while now. I am closing this for now.
CDK is up and running but OpenShift is unreachable Error dialog
---------------------------------------------------------------
Key: JBIDE-26915
URL:
https://issues.redhat.com/browse/JBIDE-26915
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdk, openshift
Affects Versions: 4.13.0.Final
Environment: Fedora 29, Java 11
Reporter: Ondrej Dockal
Assignee: André Dietisheim
Priority: Major
Fix For: 4.14.0.AM1
Attachments: CDEServer-ProblemDialog.png
In openshift rest client library we should avoid trying to add an authentication parts
into http request when trying to check Openshift 3.11 reachability on
https://server:port/healthz endpoint.
This should be done on this
[
line|https://github.com/openshift/openshift-restclient-java/blob/master/s...].