Skip to content

Graphical user interface for Haven with a Redux/React frontend and Node.js/Express backend

Notifications You must be signed in to change notification settings

haven-secrets/haven-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LS-BrandDev-Haven_logo-full-on_light

shields.io github closed pull requests badge shields.io custom website link badge

Haven is an open-source, centralized secrets manager. It protects your application secrets through a combination of encryption, access control, and injection-at-runtime. It’s easy to set up, and offers an intuitive GUI to set fine-grained access controls and to view logs. Haven allows small teams to securely manage all of their projects’ secrets---and to do so with a minimum of hassle so that they can get back to developing their applications without sacrificing security.

This package allows you to use a GUI to interact with your Haven instance. If you would prefer a CLI, use the Haven CLI package instead. Both of these use the Haven package under the hood to interact with the AWS architecture that makes up Haven.

Usage as Admin

To use, you must first have an AWS account set up, your default credentials setup in ~/.aws/credentials and your region setup in ~/.aws/config.

Example ~/.aws/credentials:

[default]
aws_access_key_id=AKIAIOSFODNN7EXAMPLE
aws_secret_access_key=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY

Example ~/.aws/config:

[default]
region=us-west-2
output=json

After that, simply:

  1. Clone this repository
  2. Inside the root directory, run npm run haven-setup ${region} specifying what supported region you want your Haven instance to be setup.
  3. When setup completes, run npm install within the root directory and the client directory.
  4. In root directory, run npm start to start up the GUI.
  5. To teardown, simply run npm run haven-teardown.

Usage as Developer

As a developer, you don't need an AWS account setup since all users of a Haven instance use the account used during the setup by Admin. Instead:

  1. Clone this repository
  2. Place the havenAccountInfo.json file into a ~/.haven directory.
  3. Inside the root directory, run npm run haven-userSetupwithin an hour after the Admin created your account
  4. When setup completes, run npm install within the root directory and the client directory.
  5. In root directory, run npm start to start up the GUI.

About

Graphical user interface for Haven with a Redux/React frontend and Node.js/Express backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •