Welcome to mirror list, hosted at ThFree Co, Russian Federation.

16-7-dependency-proxy-group-deploy-token.yml « deprecations « data - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bb86a53e382558d096005edc8c3381c1868bc879 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- title: "Dependency Proxy: Access tokens to have additional scope checks"
  announcement_milestone: "16.7"
  removal_milestone: "17.0"
  breaking_change: true
  reporter: trizzi
  stage: Package
  issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/431386
  body: |
    When using the Dependency Proxy for containers with a group access token or personal access token, `docker login` and `docker pull` requests with insufficient scopes for Dependency Proxy are not rejected.

    GitLab 17.0 adds checks for group or personal access tokens authenticating with the dependency proxy for containers. This is a breaking change, because tokens without the required scopes will fail.

    To help avoid being impacted by this breaking change, create new access tokens with the [required scopes](https://docs.gitlab.com/ee/user/packages/dependency_proxy/#authenticate-with-the-dependency-proxy), and update your workflow variables and scripts with those new tokens.