-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
accept passphrase, etc. as environment variables to facilitate easier devops #10
Comments
i got something basic working in my dev VM with a combination of |
I used empty passphrase and these worked for me: |
I use an AWS codepipeline to deploy and launch a chat bot. |
There is no longer need to use special commands for wallets that are not encrypted with passphrase. If you used empty passphrase or wish not to have passphrase then now you can add |
Environmental variable would still be required if passphrase is configured - which makes sense. |
ideally i'd like to be able to spin up an environment with ansible or something and have everything ready to go without manually logging in via ssh to (re)boot key processes periodically
also, being able to keep everything the same but swap between setups for testing (e.g. CI) would be handy
it's pretty common for vendors such as heroku, circle CI, travis, etc. to offer environment variables for this purpose
AFAIK environment variables don't come with any more/less security concerns than the current setup, but could make things much easier to manage
The text was updated successfully, but these errors were encountered: