Skip to content

Commit

Permalink
set force_ssl = 0 (#3658)
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Clark <tim.clark@nasa.gov>
  • Loading branch information
tclark-innovim and Tim Clark authored May 15, 2024
1 parent ddc2a08 commit f6d3480
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,12 @@ modification.
CommmonJS typescript/webpack clients.

### 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](https://bugs.earthdata.nasa.gov/browse/CUMULUS-3724).
- **CUMULUS-3951**
- Enable server-side encryption for all SNS topcis deployed by Cumulus Core
- Update all integration/unit tests to use encrypted SNS topics
Expand Down
2 changes: 1 addition & 1 deletion tf-modules/cumulus-rds-tf/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ variable "db_parameters" {
},
{
name = "rds.force_ssl"
value = 1
value = 0
apply_method = "pending-reboot"
}
]
Expand Down

0 comments on commit f6d3480

Please sign in to comment.