2 minutes
Using Workload Identity Provision for Github Actions using Terraform
Workload identity provision is the most secure way to give Github actions runners permissions to access Google Cloud resources.
There is a blog post that goes through not only why this is, but how to do it using the gcloud
command line tool.
This is great, but even better would be an Infrastructure as Code solution that was auditable and reproducible.
Today, I have a snippet that does just that.
219 Words
2022-06-24 19:00
Read other posts