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
I run code-server behind an authenticating Kubernetes Ingress which sets a cookie after a successful login is performed. Since this cookie is not set when fetching the manifest, the fetch fails and gets redirected to the authentication page, breaking code-server completely.
Steps to Reproduce
Utilize an authenticating proxy which uses cookies to tag an authorized browser
Access code-server
Next-steps:
Pending PR incoming. Issue for tracking.
The text was updated successfully, but these errors were encountered:
Is your authenticating proxy google's IAP by any chance? I've been experiencing the same issue with several apps and hadn't tracked it down to the lack of cookie before.
code-server
version: 1.1156-vsc1.33.1Description
I run code-server behind an authenticating Kubernetes Ingress which sets a cookie after a successful login is performed. Since this cookie is not set when fetching the manifest, the fetch fails and gets redirected to the authentication page, breaking code-server completely.
Steps to Reproduce
Next-steps:
Pending PR incoming. Issue for tracking.
The text was updated successfully, but these errors were encountered: