DEV Community

Cover image for Granting Access to Cloud Build - Intro
Deniss T.
Deniss T.

Posted on

Granting Access to Cloud Build - Intro


In this series, I will review a situation when you own a GCP project and your development team needs to use the Cloud Build in it. Your team members will need certain permissions for that but there are a few details which you will need to consider when making a decision.


Available Options

There are three options that I will cover. Not to make it a long read, I have divided them into the separate articles:

  1. Using Predefined roles
  2. Using Custom roles
  3. Impersonating a Service Account

Top comments (0)