Blog posts about identity management

Understanding Workload Identity Federation and How to Configure It on Google Cloud Platform (GCP) to connect an AWS Lambda Function

To connect an application with Google Cloud resources, we need a Service Account. Service accounts allow you to assign an identity to an application and give that identity specific permissions, such as accessing for example to Google Cloud Translation API but not to Cloud Storage bucket.

Read More