hashicorp/packer

Packer should be able to prompt for passwords

Ouverte

#8 466 ouverte le 9 déc. 2019

 (3 commentaires) (0 réaction) (0 personne assignée)Go (3 228 forks)batch import
enhancementhelp wanted

Métriques du dépôt

Stars
 (13 697 étoiles)
Métriques de merge PR
 (Merge moyen 5j 6h) (9 PRs mergées en 30 j)

Description

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" } ], ...

Guide contributeur