Skip to content

Add cloud connector base url

Nikola Milojevic requested to merge cloud-connector-lb into master

What does this MR do and why?

in gitlab-com/gl-infra/production-engineering#24711 (comment 1685184021) we introduced Cloudflare load balancer for cloud connector

  • https://cloud.gitlab.com/ai goes to the Code Suggestions service in gprd

This MR introduces Gitlab.config.cloud_connector.base_url pointing to https://cloud.gitlab.com It also uses use_cloud_connector_lb feature flag to send requests to https://cloud.gitlab.com/ai instead of codesuggestions.gitlab.com

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Nikola Milojevic

Merge request reports