Skip to content

Add note to dependency proxy docs that registry should also be enabled

Andrew Evans requested to merge atevans-dependency-proxy-registry-note into main

What does this merge request do and why?

Ran into this while code reviewing an MR. Dependency proxy for Docker cannot be accessed via Deploy Tokens unless the registry is enabled, because Deploy Tokens have to have the read_registry and write_registry scopes. When only Dependency Proxy is enabled, only the read_package_registry and write_package_registry scopes are shown as options, which are similar enough that it was confusing.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Impacted categories

The following categories relate to this merge request:

  • Documentation

Merge request checklist

  • Documentation added/updated, if needed.

Merge request reports