We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a new Terraform rule: S3 bucket access should be restricted to https only by policy.
The text was updated successfully, but these errors were encountered:
Ensure Bucket Policy for HTTPS Access
5581249
This rule ensures that traffic to an S3 bucket is provided only via HTTPS. Note that the rule is only an allow and not a deny if not present. This is done so not to restrict anonymous access. https://aws.amazon.com/premiumsupport/knowledge-center/s3-bucket-policy-for-config-rule/ Resolves #78
psg9999
Successfully merging a pull request may close this issue.
Add a new Terraform rule:
S3 bucket access should be restricted to https only by policy.
The text was updated successfully, but these errors were encountered: