Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
fix: Add server side encryption to the AuditLogsBucket (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zambonilli authored Aug 31, 2021
1 parent 4998d7d commit 016876d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions auditLogMover/serverless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@ resources:
Resources:
AuditLogsBucket:
Type: AWS::S3::Bucket
Properties:
BucketEncryption:
ServerSideEncryptionConfiguration:
- ServerSideEncryptionByDefault:
SSEAlgorithm: AES256
AuditLogsBucketPolicy:
Type: AWS::S3::BucketPolicy
Properties:
Expand Down

0 comments on commit 016876d

Please sign in to comment.