Skip to content

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

License

Notifications You must be signed in to change notification settings

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

Watchers

Forks

Releases

No releases published

Packages

No packages published