@greenpress/secrets
v2.0.21
Published
manage encrypted secrets
Readme
Secrets service
An HTTP server to manage internal application secrets
Dependencies
- Node.js
- npm OR yarn
- MongoDB
Usage
As a Docker container
$ docker run -p 3001:3001 greenpress/secretsAs Node package
$ npm i @greenpress/secrets
$ npx greenpress-secretsDevelopment and Independent Usage
In case you would like to run this project manually, for any reason, there are several commands you need to acknowledge:
Install
$ npm installLaunch
$ npm start