kanr / vagrant-vechain

Development environment for VeChain Blockchain
MIT License
0 stars 0 forks source link

Passing sensitive information in Vagrant Development Environments #1

Open kanr opened 6 years ago

kanr commented 6 years ago

Find a way to securely pass variables and keys to vagrant for testing and development purposes.

Currently testing several methods for handling sensitive information between Vagrant and Shell script provisioners. In addition to Variables, keystore.json would also be useful to pass to the vagrant instance from the working directory.

Sources/Resources

Stack Overflow Discussion

Vagrant Docs on Shell Provisioning

A Related Issue

kanr commented 6 years ago

@libotony