CircleCI-Public / gcp-cli-orb

Install and configure the Google Cloud CLI (gcloud)
https://circleci.com/orbs/registry/orb/circleci/gcp-cli
MIT License
9 stars 32 forks source link

Feature request: Use OIDC and Workload Identity Federation for increased security #41

Closed novedevo closed 1 year ago

novedevo commented 2 years ago

CircleCI recently began supporting OIDC, similarly to GitHub Actions and other CI providers (https://circleci.com/docs/2.0/openid-connect-tokens/). The current GCP orbs use service account keys, whereas the GCP GitHub Actions use OIDC as best practices indicate. I'm not comfortable recommending these orbs to the rest of my team until they use OIDC instead of requiring service account private key management. Thank you!

Jaryt commented 1 year ago

Merged in #56