Skip to content

Don't use dependency proxy for any project access token user

What does this MR do and why?

Currently, we don't use dependency proxy when the user is a project access token AND on the master branch.

With gitlab-org/quality/engineering-productivity/team!186 (merged), we'll create MRs with a project access token.

The rule needs to be changed to remove the condition on the master branch to allow jobs which normally use the dependency proxy to not use it when the current user is a project access token user, e.g. https://gitlab.com/gitlab-org/gitlab/-/jobs/6645839089.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

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.

Edited by Rémy Coutable

Merge request reports