https://pulumi.com logo
Title
b

blue-leather-96987

12/04/2022, 12:01 AM
is there a way to know what credentials pulumi is using when running pulumi up? I ask because I am getting a 403 when trying to create a resource, but my CLI command works without issues, this is for GCP
my bad, I didn't realizer I was actually logged in gcloud auth and not using the ADC, I can reproduce this fine
on further investigation, the error does persist, I am getting a 403 from
pulumi up
but using an equivalent
gcloud
command using the same credentials and it works
At least what I believe are the same credentials, so I was wondering if there's a way to see what credentials pulumi up is using
nevermind, there was a sneaky hidden
project
in my resource spec causing problems, my bad
m

many-telephone-49025

12/04/2022, 1:31 PM
Oh good you found the issue!
b

blue-leather-96987

12/04/2022, 1:32 PM
Yep, absolutely on my end, usually the hardcoded project is at the beginning so it slipped right by me for this resource