I'm trying to use `pulumi login <gs://name-of-my-r...
# general
t
I'm trying to use
pulumi login <gs://name-of-my-relevant-bucket>
but am running into issues. I created a new service account and have set
GOOGLE_CREDENTIALS
with the contents of the associated/generated key in my shell, but the cli is still showing the same warning it was prior to creating the service account.
b
set GOOGLE_APPLICATION_CREDENTIALS instead
not sure if it matters but I set it to the path to the keyfile, not to the contents of the keyfile ¯\_(ツ)_/¯
oh... never mind haha
t
lol just seeing these—thanks for jumping in, Martin
I ended up stumbling onto this, which helped clear some things up (mostly the history/timeline of
pulumi login
inner workings) https://github.com/pulumi/pulumi/pull/2906
👍 1