hashicorp/packer

Packer should be able to prompt for passwords

Aperta

#8466 aperta il 9 dic 2019

 (3 commenti) (0 reazioni) (0 assegnatari)Go (3228 fork)batch import
enhancementhelp wanted

Metriche repository

Star
 (13.697 stelle)
Metriche merge PR
 (Merge medio 5g 6h) (9 PR mergiate in 30 g)

Descrizione

Packer should prompt user to enter password when using a password protected private key file instead of throwing an error message.

Feature Description

nice to have

Use Case(s)

packer validate myfile.yml packer build myfile.yml

Configuration used

... "builders": [ { "type": "provider", "organization_id": "{{ user organization_id }}", "api_token": "{{ user api_token }}", "image": "{{ user image_name }}", "region": "par1", "commercial_type": "GPU1-M", "ssh_private_key_file": "< PATH TO A PASSWORD PROTECTED KEY FILE >", "ssh_username": "root" } ], ...

Guida contributor