Skip to content

Fix missing GITLAB_PROXY_HOST when topology enabled

Thong Kuah requested to merge fix_router_proxy_host_when_topology into main

What does this merge request do and why?

Fix missing GITLAB_PROXY_HOST when topology enabled

With topology service enabled, the router was going to 127.0.0.1:3000 which is a loop

How to set up and validate locally

  1. gdk config set gitlab_topology_service.enabled true
  2. gdk reconfigure
  3. gdk restart
  4. Going to GDK should not error.

Impacted categories

The following categories relate to this merge request:

Merge request checklist

  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Tests added for new functionality. If not, please raise an issue to follow-up.
  • Documentation added/updated, if needed.
  • Announcement added, if change is notable.
  • gdk doctor test added, if needed.
  • Add the ~highlight label if this MR should be included in the CHANGELOG.md.
Edited by Thong Kuah

Merge request reports

Loading