This message was deleted.
# getting-started
s
This message was deleted.
j
maybe @billowy-army-68599?:)
b
@jolly-journalist-76169 I’m not super familiar with gcp auth, but one thing to note - the mechanism that you use to authenticate the provider (ie:
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`