sparse-intern-71089
02/17/2023, 9:25 PMjolly-journalist-76169
02/20/2023, 7:12 AMbillowy-army-68599
pulumi config set gcp:accessToken
) is different from the way you authenticate to a backend.
So setting that value isn’t enough to talk to a backend.
We use go-cloud
https://github.com/google/go-cloud to manage the backend logic, so the mechanism to authenticate to a backend will likely be there. A quick google led me to this, maybe you can try setting one of these env vars
https://stackoverflow.com/questions/72874673/how-to-authenticate-with-gcloud-using-just-access-token`