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!

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay