Skip to content

joaoheytor/VautConsulIntegration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VautConsulIntegration

This script is used to test the usage of the Hashicorp Vault + Hashicorp Consul.

Requirements

  • DockerCompose

Start the DockerCompose

docker-compose up -d --build

Enter the Vault container

docker-compose exec vault bash

Initiate the Hashicorp Vault

vault operator init

Unseal the Vault to be able to receive/send data

vault operator unseal <RECOVERY_KEY> Obs.: Execute this command 3 times

Default ports

To open the GUI of the Vault/Consul, use the default ports:

Doing

Creating scripts to install this infraestructure on Azure with VMSS and VMSS Extensions

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published