This repository provides a quick setup for HashiCorp Vault. This is essential if you're preparing for the Cisco Certified DevNet Expert exam. With Docker Compose, you can easily launch a Vault instance to secure your applications and manage secrets.
Ensure you have Docker and Docker Compose installed on your machine. Then, follow these steps:
- Execute
docker-compose up -d
to start the Vault. - Verify it using
docker ps -a
. - Visit
https://localhost:8200
.
For any issues or questions, feel free to open an issue in this repository.
In my DevNet Expert e-learning HashiCorp Vault is covered extensively. Learn everything from creating secrets to writing custom Python applications using the hvac library.