-
-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extend S3 bucket policy to ensure encryption-in-transit (#43)
* Extend S3 bucket policy to ensure encryption-in-transit Whilst the current option policy ensures server-side encryption, encryption of the transport mechanism isn't enforced. This change extends the S3 bucket policy to enforce encryption in transit, which is necessary to satisfy the s3-bucket-ssl-requests-only AWS Config Rule[1] Given the option to prevent unencrypted uploads is already present, and this change fits in the spirit of that, I've not introduced a separate flag for this behaviour. [1] https://docs.aws.amazon.com/config/latest/developerguide/s3-bucket-ssl-requests-only.html * fix rebuild-readme issue * fix rebuild-readme issue * Updated README.md * revert actions workflow Co-authored-by: Maxim Mironenko <maxim@cloudposse.com> Co-authored-by: actions-bot <58130806+actions-bot@users.noreply.github.com>
- Loading branch information
1 parent
7a0f82a
commit 3ebc715
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters