opendatahub-io-contrib / workbench-images

Various custom Workbenches and Runtimes for Open Data Hub and OpenShift Data Science
MIT License
35 stars 23 forks source link

Set $scheme correctly for redirects #35

Closed guimou closed 11 months ago

guimou commented 11 months ago

Redirections to other locations were made to http, whatever the original scheme. Route would take care of redirecting back to https, but this did not work when other proxies between browser and OpenShift would filter out any http traffic. The patches make all redirections follow the original scheme, http or https. Fixes #34