Giter Club home page Giter Club logo

Comments (3)

carlpett avatar carlpett commented on June 15, 2024

Hi @viktorvoltaire!
Hm, I think that'd be quite a chunk of work to implement, since sops supports quite a few decryption backends, and we'd then need to build support for them all? Or do you see some simpler way?

For what it's worth, the approach I've taken in Cloud Build specifically is to do impersonation via gcloud in the step image, and it works quite well and transparently (it also means authentication to GKE etc etc works pretty much without any adaptions to the relevant providers). We've wrapped this in our terraform image's ENTRYPOINT:

project_id="$(gcloud config get-value project 2> /dev/null)"
export GOOGLE_OAUTH_ACCESS_TOKEN="$(gcloud auth print-access-token --impersonate-service-account=your-terraform-service-account-name@${project_id}.iam.gserviceaccount.com)"
exec terraform "$@"

So then the entire execution of Terraform is run as the "right" SA.

from terraform-provider-sops.

viktorvoltaire avatar viktorvoltaire commented on June 15, 2024

Hi @carlpett :)

Hm, I think that'd be quite a chunk of work to implement, since sops supports quite a few decryption backends, and we'd then need to build support for them all? Or do you see some simpler way?

Hmm, you are probably right, there is no simple way of doing it.

So then the entire execution of Terraform is run as the "right" SA.

Cloud build actually just released a feature where you can set the service account in the trigger settings, so no assuming is actually needed. I think we will use that to solve this problem.

Thanks for the swift response 🥳

from terraform-provider-sops.

carlpett avatar carlpett commented on June 15, 2024

Yep, you can do that too! We tend to have multiple steps that need to happen in our builds, and don't necessarily want the terraform account we use to be allowed to do all of them, but if you can split it up better than we have, then it might be a better alternative :)

from terraform-provider-sops.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.