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 construct takes username and password as plain text parameter, which then end up plain text to both CloudFormation template and also at every lambda execution to CloudWatch logs.
It would be possible to be able to read those values from secrets manager, and be able to add those in a way that CDK would handle adding the needed policies.
Currently construct takes username and password as plain text parameter, which then end up plain text to both CloudFormation template and also at every lambda execution to CloudWatch logs.
It would be possible to be able to read those values from secrets manager, and be able to add those in a way that CDK would handle adding the needed policies.
I think setting requires following things:
References
The text was updated successfully, but these errors were encountered: