Skip to content
Snippets Groups Projects
Commit ca7ae94e authored by Tim Rizzi's avatar Tim Rizzi Committed by Amy Qualls
Browse files

Fix missing quotation mark, rebuild page

The errors were due to a missing closing quotation mark in the title.
Also ran the Rake task to regenerate the deprecations page.
parent 7aa78abd
No related branches found
No related tags found
No related merge requests found
- title: "Dependency Proxy: group access tokens to have additional scope checks for service accounts"
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, `docker login` and `docker pull` requests with insufficient scopes for Dependency Proxy are not rejected.
GitLab 16.7 adds checks for group access tokens authenticating for 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 group 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.
Loading
Loading
@@ -315,6 +315,24 @@ In 16.3, the names of these settings were changed to clarify their meanings: the
 
</div>
 
<div class="deprecation breaking-change" data-milestone="17.0">
### Dependency Proxy: group access tokens to have additional scope checks for service accounts
<div class="deprecation-notes">
- Announced in GitLab <span class="milestone">16.7</span>
- Removal in GitLab <span class="milestone">17.0</span> ([breaking change](https://docs.gitlab.com/ee/update/terminology.html#breaking-change))
- To discuss this change or learn more, see the [deprecation issue](https://gitlab.com/gitlab-org/gitlab/-/issues/431386).
</div>
When using the Dependency Proxy for containers with a group access token, `docker login` and `docker pull` requests with insufficient scopes for Dependency Proxy are not rejected.
GitLab 16.7 adds checks for group access tokens authenticating for 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 group 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.
</div>
<div class="deprecation " data-milestone="17.0">
 
### Deprecate GraphQL fields related to the temporary storage increase
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment