[bug] HTTP/HTTPS to WS/WSS Protocol string change cause the passed commands with URLs in it to fail
bobab12 opened this issue · 1 comments
bobab12 commented
Currently KubernetesCluster::makeWsRequest() replaces too much when transforming from https:// -> wss:// and http:// -> ws://. For example, when calling exec on a pod with any URL in the command, these URLs are also transformed causing the command to fail.