dictvm / vault-cubbyhole-auth-model-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vault Cubbyhole Authentication Model example

Based on this article by Hashicorp: https://www.hashicorp.com/blog/vault-cubbyhole-principles.html

Run the example

Start Vault:

vault server -dev

Add the secret password:

vault write secret/my-service-db-password password=s3cr3t

Install gems:

bundle install

Run script:

ruby securely_launch.rb

About


Languages

Language:Ruby 100.0%