When executing the command:
gcloud container images list-tags gcr.io/x/x
In the terminal, I get the following error:
(gcloud.container.images.list-tags) Access denied: gcr.io/x/x
Which role do I need to give the user so that they are able to execute that command? Thank you.
For read-only purposes (e.g. list-tags
), roles/storage.objectViewer
should (!?) be sufficient.
Google Container Registry (GCR) is slightly confusing because:
As a result of: