-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Adds vscode auth callback route #12844
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
Conversation
/werft run 👍 started the job as gitpod-build-jp-vscode-callback.4 |
/werft run with-clean-slate-deployment 👍 started the job as gitpod-build-jp-vscode-callback.5 |
f49a980
to
70b590f
Compare
70b590f
to
f4338bf
Compare
@jeanp413 is it backward compatible for workspaces which would be already running during ws deployment or later rollback? |
@mustard-mh @iQQBot Could you have a look please at changes to ws-proxy? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
/hold
7df3fa8
to
78598f5
Compare
Good question, @akosyakov! @jeanp413 for you to test this, I think in the preview environment, you'll need to replace the version of To test: # assuming your kubectx is for a preview environment
# get a yaml file containing the versions for the build asset being in used for the workspace-cluster deployment as of Sept 12
docker run --rm eu.gcr.io/gitpod-core-dev/build/versions:main.4550 cat /versions.yaml > versions.yaml
# replace ws-proxy in your preview environment
kubectl set image deployment ws-proxy ws-proxy=eu.gcr.io/gitpod-core-dev/build/ws-proxy:$(yq e '.components.wsProxy.version' versions.yaml)
# run your functional test for this PR |
/werft run 👍 started the job as gitpod-build-jp-vscode-callback.10 |
/unhold |
78598f5
to
5d5c344
Compare
Description
Adds vscode auth callback route
Related Issue(s)
Fixes #12660
How to test
"gitpod.host": "https://jp-test-9.preview.gitpod-dev.com/"
Test FOO sign in
commandYou can close this page now
Release Notes
Werft options: