Google Cloud Professional Cloud Security Engineer — Question 148

Your organization is rolling out a new continuous integration and delivery (CI/CD) process to deploy infrastructure and applications in Google Cloud. Many teams will use their own instances of the CI/CD workflow. It will run on Google Kubernetes Engine (GKE). The CI/CD pipelines must be designed to securely access Google Cloud APIs.

What should you do?

Answer options

Correct answer: C

Explanation

Option C is correct because it emphasizes creating individual service accounts for each deployment pipeline and leveraging workload identity, which enhances security by allowing pods to authenticate without managing sensitive credentials. Options A and B focus on fewer service accounts and do not provide the same level of granularity, while Option D involves managing private keys, which can pose security risks if not handled properly.