-
Notifications
You must be signed in to change notification settings - Fork 259
feat: upgrade mode: VPN adjustments #6189
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 task
simonwicky
approved these changes
Nov 12, 2025
common/credential-storage/migrations/20251030120000_upgrade_mode_token.sql
Show resolved
Hide resolved
9812ade to
fd9eac2
Compare
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
9e5fc51 to
38b6212
Compare
70abac2 to
85856d7
Compare
38b6212 to
ff32e2a
Compare
85856d7 to
ec7f499
Compare
ec7f499 to
cd29af2
Compare
ff32e2a to
6633753
Compare
6633753 to
07524c8
Compare
…l table definition
828e42e to
83047b5
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
this PR further builds up on #6174 to include changes required by the VPN-client to fully support the upgrade mode. please refer to the aforementioned pull requests for more details regarding the scope of the changes.
what is relevant here is that this PR modifies the credential storage to allow it to storage an opaque
emergency credentialthat lets it be shared between sessions (if it is still valid)This change is