-
Notifications
You must be signed in to change notification settings - Fork 857
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not build image with packer #641
Comments
I see the same problem. I can run packer locally on my machine to build the image if I removed the I also tried upgrading to the latest |
I got the same issue - after done Service Account setup following the README.md, I've two SA
But Google is still showing me "impersonate: scopes must be provided", and I don't know the reason yet after a long search from Google search... |
Still have the same issue |
Found a similar issue against the hashicorp/packer-plugin-googlecompute#204 Downgrading to version 1.1.3 of the plugin worked around the issue for me as well. |
Problem you have encountered:
I try to build gce image with packer, but it does not work. I encounter an error about
impersonate: scopes must be provided
. The detail is followingWhat you expected to happen:
Get a new gce image artifact.
Steps to reproduce:
packer
of the repo, build a packer image with cloud buildpacker/examples/gce
of the repoREADME.md
to configuring service account for packervariables.pkrvars.hcl
Other information (workarounds you have tried, documentation consulted, etc):
It works well until November 23rd with the same steps above.
The text was updated successfully, but these errors were encountered: