Skip to content

Update GitLab component with a new variable used for the formless login mechanism

George Koltsov requested to merge add-new-runtime-env into master

This env will be used for a faster (formless) login mechanism.

See https://gitlab.com/gitlab-org/gitlab/-/issues/27271 and https://gitlab.com/gitlab-org/gitlab/-/merge_requests/27788.

The following jobs prove that the formless login mechanism works since they were executed based on the release of https://gitlab.com/gitlab-org/gitlab/-/merge_requests/27788, where I manually triggered the gitlab-qa pipeline, setting the GITLAB_QA_FORMLESS_LOGIN_TOKEN, and the updated test (mentions another user in an issue) passed:

Here's an updated manual execution: https://gitlab.com/gitlab-org/gitlab-qa/pipelines/137930962

Note: this MR depends on this other one https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/4119.

Edited by George Koltsov

Merge request reports