]
Marián Labuda resolved JBIDE-22077.
-----------------------------------
Resolution: Done
Pod Log and Port Fowarding are not sending the
insecure-skip-tls-verify flag
----------------------------------------------------------------------------
Key: JBIDE-22077
URL:
https://issues.jboss.org/browse/JBIDE-22077
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.4.0.Alpha1
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