]
Fred Bricon resolved JBIDE-22073.
---------------------------------
Fix Version/s: 4.3.1.CR1
Assignee: Fred Bricon
Resolution: Done
Fixed in restclient 4.0.1.Final and openshift code in master / 4.3.x
Pod Log and Port Fowarding are not sending the
insecure-skip-tls-verify flag
----------------------------------------------------------------------------
Key: JBIDE-22073
URL:
https://issues.jboss.org/browse/JBIDE-22073
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.3.1.CR1
Reporter: Fred Bricon
Assignee: Fred Bricon
Priority: Blocker
Fix For: 4.3.1.CR1
On a machine where ~/.kube is missing or no insecure-skip-tls-verify was set from CLI,
pod logs and port forwarding are failing with "Unable to connect to the server: x509:
certificate signed by unknown authority"
There are 2 problems:
- the restclient is not passing the options through the oc binary
- the portforwarding code in eclipse is not sending the options to the client