shaninalex / hashicorp-vault-learn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hashicorp Vault simple example

mkdir -p volumes/{config,file,logs}

Create file storage, open 8200 port and enable ui. To be able to login first we need to create user in vault:

vault operator init

Docs

use https://hub.docker.com/r/hashicorp/vault image instead of https://hub.docker.com/_/vault/ since deprecation notice

Official documentation: https://developer.hashicorp.com/vault/docs

TODO:

  • setup postgres db instead of file storage
  • create example app for which accessing credentials
  • understand auth methods
  • understand dynamic secrets

About


Languages

Language:HCL 100.0%