Some environment variables in BRD are sourced from Credstash, but we should be using Parameter Store instead. This applies to the DB password, possibly others.
Acceptance Criteria
[x] devops repo has been updated to source variables from Parameter Store, not Credstash.
[x] Branch has been successfully used for staging deploys.
updated the cms and cms-test secret references to lookup secrets from aws parameter store. Secret were confirmed to exist in the parameter store. PR was merged to update secrets references.
Description
Followup for #14922.
Some environment variables in BRD are sourced from Credstash, but we should be using Parameter Store instead. This applies to the DB password, possibly others.
Acceptance Criteria
devops
repo has been updated to source variables from Parameter Store, not Credstash.