DEV Community

Roberto Conte Rosito
Roberto Conte Rosito

Posted on • Originally published at blog.robertoconterosito.it on

Setup Google Cloud Storage Service Account

I was in trouble with this for a while so I decided to write down this guide to help me in the future and maybe it will help you too.

The goal is quite simple: I’ve to create a google service account needed by my pipeline to publish docker images to the Google Cloud Container Registry.

This account must have the following permissions:

  • App Engine Admin
  • Cloud API Gateway Service Agent
  • Cloud Deploy Admin
  • Cloud Infrastructure Manager Admin
  • Container Registry Service Agent
  • Environment and Storage Object Administrator

Sorry guys but without these permissions I was not able to make it work! Do you know which one is not needed? Please let me know!

Top comments (0)