+14
−5
+5
−1
+19
−3
Loading
Stanford GitLab is not approved for High Risk Data and Protected Health Information (PHI). For more information, see FAQ.
More issues found validating against som-irt-services (a two-server project:
gitlab.med code repo + code.stanford.edu Terraform backend):
- GITLAB_SERVER follows OTICA's bare-host convention (gitlab-server.sh emits no
scheme), so the endpoint came out as "host/api/v4" and Renovate rejected it.
Normalize GITLAB_SERVER and RENOVATE_ENDPOINT to include https://.
- The project's GITLAB_TOKEN targeted code.stanford.edu (TF backend) while the
repo lives on gitlab.med, so Renovate authenticated with the wrong token. Add
RENOVATE_TOKEN_FILE (precedence RENOVATE_TOKEN > RENOVATE_TOKEN_FILE >
GITLAB_TOKEN > ~/.gitlab-token) so Renovate can use a token for the repo's own
server, and scrub it from Renovate's env. Document the multi-server case.
Changelog: fixed
Co-Authored-By:
Claude Opus 4.8 <noreply@anthropic.com>