The Project > Settings > Project access tokens documentation mentions the read_registry
and write_registry
scopes:
-
read_registry
: Allow read-access (pull) to container egistry images if a project is private and authorization is required. -
write_registry
: Allows write-acceess (push) to container registry
but I don’t see those scopes in my project .> settings > Access tokens , I only see api
, read_api
, read_reposity
and write_repository
.