Showing only posts by Garrett Wong. Show all posts.

Investigating the usage of GCP Service Accounts

Source

Service accounts on Google Cloud are used when a workload needs to access resources or conduct actions without end-user involvement. There are multiple methods of authenticating using service accounts, including using service accounts as part of Google Compute Engine instances, impersonating service accounts, or using service accounts with a …