Coder Social home page Coder Social logo

terraform-secret-bridge's Introduction

terraform-secret-bridge

Tutorial: How to move secrets from a password manager to AKV

About this project

This repository is supplementary material for the blog post How to move secrets from a password manager to AKV.

In this project I provide a way to move secrets into your Key Vault (Azure) using Terraform. The concept of a secret bridge is a efficient way to dump secrets into your Key Vault in a repetitive and reproducable way. The secret bridge can be checked into your version control system and is therefore a good way to keep track of your secrets.

Background

If you have a lot of secrets to configure during your Terraform deployment, or you simply have to set up a new Vault, you can quickly get lost in the amount of secrets you have to configure. (manually?) Using a secret file is a great option, but it can not be checkd into version control. So how can we keep track of our secrets and still have a reproducable way to deploy them?

-> Secret Bridge. A secure note stored in your instance of a password manager (e.g. Bitwarden, 1Password, LastPass) that contains all your secrets you want to configure. This note helps you organize your secrets and is especially helpful if you maintain a three tier architecture (dev, test, prod) and want to keep track of your secrets.

Project Status: Enjoy โœ… :)

terraform-secret-bridge's People

Contributors

juweins avatar

Watchers

 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.