hashicorp / packer-plugin-googlecompute

Packer plugin for Google Compute Builder
https://www.packer.io/docs/builders/googlecompute
Mozilla Public License 2.0
23 stars 53 forks source link

support static access-token authentication for os-login #77

Closed Filirom1 closed 2 years ago

Filirom1 commented 2 years ago

Hello,

This Pull-Request completes https://github.com/hashicorp/packer-plugin-googlecompute/pull/13 that was merged .

Currently OSLogin do not support static token authentication, this PR fix this issue.

I tested locally and it worked.

Filirom1 commented 2 years ago

@azr you were the one that reviewed #13, do you have some times to review this one also?