Skip to content

Commit

Permalink
Merge pull request #1396 from alphagov/ianhowell-gds/opensearch-bucke…
Browse files Browse the repository at this point in the history
…t-encryption

Change SSE for S3 bucket from "aws:kms" to "AES256"
  • Loading branch information
rtrinque authored Jul 19, 2024
2 parents 8476ffc + b875539 commit b208161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/deployments/opensearch/s3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ resource "aws_s3_bucket_server_side_encryption_configuration" "opensearch_snapsh
bucket = aws_s3_bucket.opensearch_snapshot.id
rule {
apply_server_side_encryption_by_default {
sse_algorithm = "aws:kms"
sse_algorithm = "AES256"
}
}
}
Expand Down

0 comments on commit b208161

Please sign in to comment.