Skip to content

srinivas-pradhan/Password-Setup-API

Repository files navigation

Password-Setup-API

This API takes password and stores metadata in MongoDB and uploads the secret to AWS Secrets Manager

App Setup

Node Version

node --version
v19.6.1

NPM Version

npm --version
9.4.0

Install App Dependencies

npm install

Start the App

npm start

Setup .env file

MONGO_URI=[MONGODB ATLAS URI]
PORT=[App PORT]
COGNITO_APP_CLIENT=[Cognito App Client Key]
COGNITO_USER_POOL=[Cognito User Pool ID]
LOG_LEVEL=[MORGAN LOG LEVEL]
AUTHORIZED_ADMINS=GROUP1,GROUP2
AUTHORIZED_USERS=GROUP1,GROUP2

About

This API takes password and stores metadata in MongoDB and uploads the secret to AWS Secrets Manager

Topics

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors