Skip to content

Manifest is not able to be successfully fetched from behind an authenticating proxy. #822

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
FrankPetrilli opened this issue Jul 1, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@FrankPetrilli
Copy link
Contributor

  • 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

  1. Utilize an authenticating proxy which uses cookies to tag an authorized browser
  2. Access code-server

Next-steps:

Pending PR incoming. Issue for tracking.

@ediphy-azorab
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants