When routing Container Registry traffic to Artifact Registry for fuzzbench docker images, a permission issue showed up when trying to pull gcr.io/fuzzbench/base-image: Unauthenticated requests do not have permission "artifactregistry.repositories.downloadArtifacts" on resource "projects/fuzzbench/locations/us/repositories/[gcr.io](http://gcr.io/)"
Pulling this image should not trigger permission issues as it should be public.
Short term mitigation:
Will re-route the traffic back to Container Registry.
Long term solution:
Make this image public on Artifact Registry and route the traffic to Artifact Registry again.
Problem
When routing Container Registry traffic to Artifact Registry for fuzzbench docker images, a permission issue showed up when trying to pull
gcr.io/fuzzbench/base-image
:Unauthenticated requests do not have permission "artifactregistry.repositories.downloadArtifacts" on resource "projects/fuzzbench/locations/us/repositories/[gcr.io](http://gcr.io/)"
Pulling this image should not trigger permission issues as it should be public.
Short term mitigation:
Long term solution: