boundless-waiter-17971
11/21/2024, 6:17 PMVERCEL_OIDC_TOKEN
exclusively for local development (when doing OIDC integration). So one would run vercel env pull
to get this value. How are you meant to use it now? Surely not by going online and modifying the pulumi environment there, copying the token you just downloaded?
I guess a similar question applies when you want to have a (slightly) different environment for each developer, for e.g. local testing. You don't want everyone to modify the .dev
environment online, but something needs to happen locally.
I am aware these are broad questions, but I am just trying to understand how you envision the usage of Pulumi ESC, and how it all integrates into the day to day work of each developer.
Thanks a lot!