Skip to content

Fix for temp GDK

Thong Kuah requested to merge temp_gdk into main

To unblock development teams from trying this out locally. gitlab-org/gitlab#439944 (closed)

This reverts commit 3f3f8699, reversing changes made to 79490f35.

Also,

Use X-Forwarded-Host instead of resolveOverride

resolveOverride works on production but errors in 500 somewhere inside wrangler/miniflare. We can use X-Forwarded-Host which should do something similar.

Validation

Follow https://gitlab.com/gitlab-org/tenant-scale-group/pocs/routing/rules-router#local-development. On the main branch, you will encounter errors.

On this branch, the gdk.test:9393 host serves the GDK instance correctly. Logging into Cell 1, and Cell 2 works. So does creating an issue inside a project

Edited by Thong Kuah

Merge request reports