You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 scriptThe text was updated successfully, but these errors were encountered: