Git Product home page Git Product logo

vaultify's Introduction

vaultify - hexagon of secrets

Introduction

Vaultify is secret provisioning method. It can be used to read/write from/to resources and pass environment values to spawned processes.

Originally a simple bash script fetching from HashiCorp Vault and writing as dotenv file, it quickly became an API for providing secrets from any arbitrary URI to consume the secrets via another arbitrary URI

Installation

This section explains different installation methods.

Requirements

  • python3.6, python3.7
  • pip
  • docker (obsoletes the above)

from pypi

Most implementers will fetch the package from pypi and build their own things on another layer.

pip3 install vaultify

from git

Alternatively fetch the sources from github to develop your own adapter classes.

git clone [email protected]:krysopath/vaultify.git

os dependencies

These tools can greatly speed up local development, when used in conjunction via make, so install them. They can overwhelm you with output, too.

debian

apt-get install make entr yamllint pylint bandit 
pip3 install black

vaultify's People

Contributors

krysopath avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

3yourmind

vaultify's Issues

root problem

should be able to pull a private key from vault and use paramiko to establish some kind of ssh session with a host

add PlainTextProvider, OpenSSLConsumer, GPGConsumer

add PlainTextProvider and OpenSSLConsumer as well as GPGConsumer, where the first just reads from plaintext dotenv and the latter create an encrypted version of the vaultify Kn=Vn dotenv file.

this avoids failures due to different implementations of openssl and gpg when using docker.

Originally posted by @krysopath in #1 (comment)

create a viable pattern for creation of encrypted configuration files to avoid hassle when the vaultify binaries are different from the creators host

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.