straight-rose-51964
04/23/2025, 12:55 AMsourceContext: {
git: {
branch: "main",
repoDir: "sync/target",
},
},
3. How do I give Pulumi access to the GCP Secrets manager? Is it assumed that I have some GCP access token set somewhere?
Forgive me if this is documented somewhere and I am simply missing a well documented tutorial somewhere...
We're considering being a paid customer so I appreciate the support!red-match-15116
04/23/2025, 3:38 AMstraight-rose-51964
04/23/2025, 1:44 PMstraight-rose-51964
04/23/2025, 1:44 PMred-match-15116
04/23/2025, 5:06 PMstraight-rose-51964
04/23/2025, 10:08 PMred-match-15116
04/23/2025, 10:10 PMstraight-rose-51964
04/23/2025, 10:12 PMstraight-rose-51964
04/23/2025, 10:12 PMstraight-rose-51964
04/23/2025, 10:16 PMred-match-15116
04/23/2025, 10:18 PMAn integration by the common definition would be us authorizing Pulumi to access our GCP secrets environmentCurrently, the "on the rails" integration is the other way around. If your secrets are defined in GCP, they can easily be accessed by ESC via an internal integration. The esc -> gcp direction is less on-the rails, and something we intend to support first class in the long term, but the interim solution does require some work. FWIW, this is what I am referring to as the "integration", which fetches from GCP -> ESC: https://www.pulumi.com/docs/esc/integrations/dynamic-secrets/gcp-secrets/ And this is an exploration of a possible way to support ESC -> GCP in the absence of it being internally supported: https://www.pulumi.com/blog/esc-sync-with-iac/
straight-rose-51964
04/23/2025, 10:19 PMstraight-rose-51964
04/23/2025, 10:20 PMred-match-15116
04/23/2025, 10:21 PMstraight-rose-51964
04/23/2025, 10:23 PM