Skip to content

Commit

Permalink
Change SSE for S3 bucket from "aws:kms" to "AES256" so that cross
Browse files Browse the repository at this point in the history
account decryption of files can take place.
  • Loading branch information
ianhowell-gds committed Jul 19, 2024
1 parent f62d6e8 commit b875539
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 b875539

Please sign in to comment.