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
Added rejectUnauthorized = false to db-provision-user-database as the Lambda
does not have the Serverless v2 SSL certifications installed.
Changed
CUMULUS-3725
Updated the default parameter group for cumulus-rds-tf to set force_ssl
to 0. This setting for the Aurora Serverless v2 database allows non-SSL
connections to the database, and is intended to be a temporary solution
until Cumulus has been updated to import the RDS rds-ca-rsa2048-g1 CA bundles in Lambda environments.
See CUMULUS-3724.
Fixed
CUMULUS-3901
Fix error checking in @cumulus/errors to use Error.name in addition to Error.code
CUMULUS-3824
Added the missing double quote in ecs_cluster autoscaling cf template
CUMULUS-3846
improve reliability of unit tests
tests for granules api get requests separated out to new file
cleanup of granule database resources to ensure no overlap
ensure uniqueness of execution names from getWorkflowNameIntersectFromGranuleIds