Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
FS-3880 - Encrypt DBs (#173)
Browse files Browse the repository at this point in the history
Merging to main to fix pen test issue to encrypt DB
  • Loading branch information
robk-dluhc authored Dec 12, 2023
1 parent 8ea0217 commit 87bce89
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ Resources:
DBClusterParameterGroupName: !Ref fsdaccountstoreclusterDBClusterParameterGroup
DBSubnetGroupName: !Ref fsdaccountstoreclusterDBSubnetGroup
Port: 5432
StorageEncrypted: true
VpcSecurityGroupIds:
- !Ref fsdaccountstoreclusterDBClusterSecurityGroup
ServerlessV2ScalingConfiguration:
Expand Down

0 comments on commit 87bce89

Please sign in to comment.