mirror of
https://github.com/cdr/code-server.git
synced 2025-12-07 00:44:31 +01:00
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. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/link |
||
|---|---|---|
| .. | ||
| build.sh | ||
| dummy.js | ||
| install-packages.ts | ||
| test-setup.js | ||
| vscode.patch | ||
| vstar.sh | ||
| webpack.client.config.js | ||
| webpack.general.config.js | ||
| webpack.node.config.js | ||