Code Monkey home page Code Monkey logo

boot's Introduction

boot

Manage docker container secrets using S3, IAM, and KMS.

Installation

go get github.com/savaki/boot

Usage

Push contents of the local config directory to the specified S3 bucket and KMS key

boot push --dir config --s3 s3://my-bucket/my-app --kms 12315-121251-1287982-9280912

Environment Variables

All of the configuration flags can be supplied via the environment. The following is a list of all the environment variables and their usage.

Name Description Example Default Required?
AWS_DEFAULT_REGION AWS region containing the S3 bucket to read from us-west-2 us-east-1 -
AWS_ACCESS_KEY_ID AWS access key id; not required if using roles -
AWS_SECRET_ACCESS_KEY AWS secret access key; not required if using roles -
BOOT_ENV Name of environment production, staging, etc dev -
BOOT_FILE Name of file containing environment variables boot.env -
BOOT_REVISION Which version of the secret to use 20170301.1607 latest -
BOOT_KMS KMS ID to use for encryption/decryption yes
BOOT_S3 AWS S3 bucket to read/write secrets to s3://my-bucket/app-name yes
BOOT_DIR local directory to read/write contents to / . -
BOOT_VERBOSE print additional log messages true false -
BOOT_DRYRUN_VERBOSE go through the motions, but don't upload/download anything true false -

boot's People

Contributors

savaki avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.