-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[server] Remove admin OTS create/use flow #16761
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
started the job as gitpod-build-mp-remove-admin-secret.1 because the annotations in the pull request description changed |
f223445
to
0ce214c
Compare
if (!user) { | ||
throw new Error("Cannot find builtin admin-user"); | ||
} | ||
user.blocked = false; |
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.
@easyCZ How is the admin-user unblocked in the new flow?
Just want to make sure this is not overlooked.
@@ -190,38 +190,6 @@ export class UserController { | |||
} | |||
}); | |||
|
|||
router.get( |
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.
How do we login to a websession with the new credentials? Not set up, yet?
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.
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, comments just for awareness/curiosity
Description
No longer needed, as it's super-seeded by the admin-credentials file flow
Related Issue(s)
How to test
Release Notes
Documentation
Build Options:
Run the build with werft instead of GHA
leeway-target=components:all
Run Leeway with
--dont-test
Publish Options
Installer Options
Add desired feature flags to the end of the line above, space separated
Preview Environment Options:
If enabled this will build
install/preview
If enabled this will create the environment on GCE infra
Valid options are
all
,workspace
,webapp
,ide
,jetbrains
,vscode
,ssh