square-lunch-33033
11/15/2021, 4:26 PMgcloud auth activate-service-account…
I looked at my config, and auth stuffs, but pulumi is still trying to run under an old and different GCP service account it seems:
* googleapi: Error 403: [account name]@appspot.gserviceaccount.com does not have storage.buckets.create access to the Google Cloud project., forbidden
prehistoric-activity-61023
11/15/2021, 4:30 PMgcloud auth application-default
or add --update-adc
while running gcloud auth
command.square-lunch-33033
11/15/2021, 4:45 PM$ gcloud auth application-default login
$ gcloud auth login --update-adc
and then
$ gcloud auth list
Credentialed Accounts
ACTIVE ACCOUNT
* <mailto:chris@thesignuplist.com|chris@thesignuplist.com>
<mailto:christopher-local@thesignuplist.iam.gserviceaccount.com|christopher-local@thesignuplist.iam.gserviceaccount.com>
and even...
gcloud auth application-default set-quota-project thesignuplist
but I am still getting the following when running
$ pulumi up
* googleapi: Error 403: [some_old_account]@appspot.gserviceaccount.com does not have storage.buckets.create access to the Google Cloud project., forbidden
billowy-army-68599
square-lunch-33033
11/15/2021, 4:48 PMprintev
GOOGLE_APPLICATION_CREDENTIALS
is point the old stuffs.billowy-army-68599
square-lunch-33033
11/15/2021, 4:49 PMOutputs:
+ bucket_name: "<gs://my-bucket-b1cad9a>"