Giter VIP home page Giter VIP logo

secret-bootstrap's Introduction

secret-bootstrap

secret-bootstrap is a tool that is used to securely bootstrap an environment that contains secrets.
It works in a similar fashion to aws-vault, fetching secrets from Vault, setting environment variables, and replacing itself with the process that needs the secrets.

Installation

Fetching and building the application is done easily with go get:

$ go get github.com/segmentio/secret-bootstrap

Usage

Running the program is very easy once the source code is built:

$ secret-bootstrap <iam-role> <vars...> -- <command>

The arguments are:

  • The IAM role is supposed to be a role assumed by the ECS tasks from which secret-bootstrap is running.

  • The list of variables are supposed to be stored in Vault, which will be set as environment variables.

  • An arbitrary command to execute and which inherits the environment that secret-bootsrap has set.

Registering a secret with vault.

secret-bootstrap's People

Stargazers

Ranga Potluri avatar Nicolas Mas avatar  avatar John Ritsema avatar Amir Abushareb avatar

Watchers

James Cloos 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.