This message was deleted.
# general
s
This message was deleted.
b
this looks like your service account doesn't have permission to your GCS bucket
how do you auth to GCS?
b
By activating service account
gcloud auth activate-service-account --key-file=$(authkey.secureFilePath)
It has role to read objects from Cloud Storage
Shouldn't the
pulumi login
command fail in case the permissions are bad?
b
yeah I agree, a quick google of "invalid grant" does throw a lot of google related issues, so it does feel like a google perm issue though
b
@billowy-army-68599 thanks, got it figured out - Pulumi wouldn't accept any authentication methods except env var 🙂