1

API & Services” > “Credentials”Select “Create credentials” > “Services Account Key” > “Create New Services Account”.

What Role, to get storage.buckets.get?

I just need to be able to push to gcr.io/<project>

Deniss T.
  • 2,526
  • 9
  • 21
Chris G.
  • 23,930
  • 48
  • 177
  • 302

1 Answers1

1

According to the official GCP documentation article on configuring access control for the Container Registry, you need a Storage Admin role for the storage.buckets.get permission.

Deniss T.
  • 2,526
  • 9
  • 21