Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Decouple passing sensitive data from context to storing them in parameter store as secure string #52

Open
NishantJoshi00 opened this issue Dec 20, 2023 · 0 comments

Comments

@NishantJoshi00
Copy link
Member

Description

Currently, we pass data like master_key, database password via Construct context, which forces us to pass it everytime we run the deploy command. Instead we can store them in the parameter store or secrets manager and use them later in the CDK script. This decouples the person maintaining these sensitive values from the person running the installation/updation script

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant