code-server version: 1.1156-vsc1.33.1
- OS Version: Docker image on Kubernetes
Description
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.