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
You really shouldn't use http for this. If you connect over HTTP all of your data (and your tokens) will be sent in the clear to the proxy and be sniffable on anything in between.
At the very least I think we should also require that the tlsInsecureNoVerify flag is also set before we enable an HTTP connection.
So yeah I spent like 2 hours deep dive debugging into this only to discover a bug.
javascript/src/config.ts
Lines 527 to 551 in 3283cb1
more specifically
javascript/src/config.ts
Lines 533 to 536 in 3283cb1
if no
proxyUrl
is set, then the default will be an HTTPS agent, which does not work withkubectl proxy
environments.The text was updated successfully, but these errors were encountered: