hashicorp/packer

Packer should be able to prompt for passwords

Open

#8,466 创建于 2019年12月9日

在 GitHub 查看
 (3 评论) (0 反应) (0 负责人)Go (13,697 star) (3,228 fork)batch import
enhancementhelp wanted

描述

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

贡献者指南