Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chechiachang/vault-playground


https://github.com/chechiachang/vault-playground

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

        

Vault Playground
===

Case study to learn and test HashiCorp Vault.

### Vault

[Download](https://releases.hashicorp.com/vault/)

### Deploy

[Check deploy](deploy)

### Usage

[Check usage](usage)

# Case: docker vault and postgresql

deploy vault and postgresql with docker-compose
- vault is in dev mode

```
cd deploy/03-docker-and-db
docker-compose up -d
```

Configure vault

```
cd usage/03-terraform-lives

terragrunt init
terragrunt plan
terragrunt apply
```

Use vault