enso-org / enso

Hybrid visual and textual functional programming.
https://enso.org
Apache License 2.0
7.3k stars 317 forks source link

Remove ENSO_CLOUD_REDIRECT variable on CI #10322

Closed MrFlashAccount closed 1 week ago

MrFlashAccount commented 1 week ago

Pull Request Description

The dashboard was using ENSO_CLOUD_REDIRECT to determine the host redirect host during SSO. This behavior leads to hard-to-catch bugs when a user gets redirected to a wrong page (or even to a different IDE instance!) after logging in. We decided to use the current host instead (we infer it from the location).

This PR removes the ENSO_CLOUD_REDIRECT variable on the CI as it's no longer needed but might affect the redirect logic (override the new behavior)

Important Notes

Checklist

Please ensure that the following checklist has been satisfied before submitting the PR: