Skip to content

fix(vcs): correct GitLab base URL - #979

Merged
zzacharo merged 1 commit into
CERNDocumentServer:masterfrom
palkerecsenyi:fix-gl-url
Sep 17, 2026
Merged

zzacharo merged 1 commit into
CERNDocumentServer:masterfrom
palkerecsenyi:fix-gl-url

Conversation

@palkerecsenyi

Copy link
Copy Markdown
Member

Closes #966


  • We override the base URL in VCS_PROVIDER_CONFIG_DICT, where it is correctly configured on sandbox and prod. Until recently, this override was being passed on to the oauthclient and working perfectly.

  • However at some point recently this stopped working, and the oauthclient now uses the original base URL in invenio.cfg while ignoring the override value in the env var.

  • As a quick fix, I am changing the URL here. We are now using production GL on dev/sandbox/prod so it makes sense to do this.

* We override the base URL in `VCS_PROVIDER_CONFIG_DICT`, where it is
correctly configured on sandbox and prod. Until recently, this override
was being passed on to the oauthclient and working perfectly.

* However at some point recently this stopped working, and the
oauthclient now uses the original base URL in `invenio.cfg` while
ignoring the override value in the env var.

* As a quick fix, I am changing the URL here. We are now using
production GL on dev/sandbox/prod so it makes sense to do this.
@zzacharo
zzacharo merged commit cff65d5 into CERNDocumentServer:master Sep 17, 2026
3 checks passed
@palkerecsenyi
palkerecsenyi deleted the fix-gl-url branch September 18, 2026 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

vcs: settings page is broken

2 participants