keyrun

command module
v0.2.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 5, 2018 License: MIT Imports: 16 Imported by: 0

README

keyrun

Cli wrapper managing env keys and encrypting files

Why

Cli tools sometimes are not flexible or secure enough managing env variables and local files. Keyrun is a tiny cli wrapper, that decrypts files and sets up env variables, executes the command then cleans the things up. It is designed with terraform in mind but can be used for any cli tool.

Getting started
  1. Download keyrun from https://github.com/eugenetaranov/keyrun/releases
  2. Place config .keyrun.yml in the directory with terraform recipes:
env:
  AWS_ACCESS_KEY: aws_access_key
  AWS_SECRET_KEY: aws_secret_key
key: tf_key

aws_access_key/aws_secret_key/tf_key can be any name, that's how it will be stored in your OS keychain, prefixed with keyrun_.

  1. Create all required keys in keychain:
keyrun key create
  1. Encrypt state files:
keyrun encrypt terraform.tfstate terraform.tfstate.enc
keyrun encrypt terraform.tfstate.backup terraform.tfstate.backup.enc
  1. No 5. Now you can run any command you need as usual:
keyrun exec -- terraform plan

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL