Skip to content

modestlearner/Vault

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

Vault

Vault is a Secret management and distribution application which uses a symmetrical encryption algorithm to encrypt credentials and also needs machine IP addresses for whitelisting purposes.

It uses a JWT and Google Authenticator ( GA ) to protect the vault from intruders.

Running Locally

Make sure you have Node.js installed.

git clone https://github.com/modestlearner/Vault.git 
cd Vault/vault/backend
npm install
npm run dev # for dev environment

Creating a prod.env file

Take reference from dev.env file present in configuration directory

cd src/configurations
mv sample.env prod.env #enter your jwt secret and mongoDB connection string here 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published