Skip to content

rickfast/vault-cubbyhole-auth-model-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages