cosmo-workspace / cosmo

WebIDE and DevEnvironment controller on Kubernetes.
MIT License
24 stars 4 forks source link

bug: redirect loop when accessing other's WebIDE URL with session #771

Closed jlandowner closed 1 year ago

jlandowner commented 1 year ago
  1. login to the Dashboard as User A
  2. accessing User B's WebIDE URL
  3. cosmo-auth deny by invalid session(User A cannot access to User B) and redirect to dashboard signin page.
  4. dashboard signin page automatically redirect to redirect_url(User B's WebIDE URL)

infinit loop between 3 and 4.

dashboard sigin page should not redirect to others URL and go to error page.