You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EXEC: Go Settings > Appearance & Behavior > System Settings > HTTP Proxy & provide a proxy (ex. corporate redhat proxy available behind VPN)
Result:
The command line tools like oc are still not using the proxy. You have to restart the IDE for those to use the proxy that you just configured
Unfortunately I dont see how to manually verify this. The only thing I have is proof in code. The proxy is put to the env variables when a tool instance is instantiated. No update happens if settings are changed):
Steps:
Settings
>Appearance & Behavior
>System Settings
>HTTP Proxy
& provide a proxy (ex. corporate redhat proxy available behind VPN)Result:
The command line tools like
oc
are still not using the proxy. You have to restart the IDE for those to use the proxy that you just configuredUnfortunately I dont see how to manually verify this. The only thing I have is proof in code. The proxy is put to the env variables when a tool instance is instantiated. No update happens if settings are changed):
org.jboss.tools.intellij.openshift.utils.oc.OcCli:
org.jboss.tools.intellij.openshift.utils.Cli.EnvVarFactory
The text was updated successfully, but these errors were encountered: