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

Commit

Permalink
fix: add key rotation (#834)
Browse files Browse the repository at this point in the history
  • Loading branch information
maghirardelli authored Dec 15, 2021
1 parent 78b58c5 commit 46bfa83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main/solution/backend/config/infra/cloudformation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ Resources:
Description: >-
Master key used to encrypt objects stored in the
${self:custom.settings.studyDataBucketName} bucket
EnableKeyRotation: true
KeyPolicy:
Version: '2012-10-17'
Id: study-data-kms-policy
Expand Down Expand Up @@ -297,6 +298,7 @@ Resources:
Description: >-
Master key used to encrypt objects stored in the
${self:custom.settings.egressStoreBucketName} bucket
EnableKeyRotation: true
KeyPolicy:
Version: '2012-10-17'
Id: egress-store-kms-policy
Expand Down

0 comments on commit 46bfa83

Please sign in to comment.