-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
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
S3 Block Public Access #6489
Comments
Requires: |
I'm going to work on this this evening. Hopefully I'll have something worthy of initial implementation comments soon. |
@oarmstrong have you had a chance to look at this yet? Would totally be willing to pick it up if not 😄 |
@acburdine unfortunately I've been busy so this slipped off my list. I'm still happy to do it but no idea when I'll really be able to get around to it (weekend maybe). If you want to pick it up instead please feel free! :) |
@oarmstrong ok! I'll look into it today. |
Hey guys, looks like the account level public access block has been added per MR above. But is the support for bucket level public access block included? |
The The bucket level support still needs to be reviewed and potentially adjusted in #6607. |
fixes hashicorp#6489 - add new s3_bucket_public_access_block_resource and tests
The We were anticipating cutting 1.54.0 in early January after our end of year break, but this one might be good to get out today beforehand due to popularity... more soon. 😄 |
fixes hashicorp#6489 - add new s3_bucket_public_access_block_resource and tests
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Description
Released yesterday is the functionality to block public access on S3 objects on the account level and the bucket level. We should implement this within the existing bucket resource as well as implement a new resource for the account-level settings.
https://aws.amazon.com/blogs/aws/amazon-s3-block-public-access-another-layer-of-protection-for-your-accounts-and-buckets/
I'm happy to take a stab at this over the weekend.
New or Affected Resource(s)
The text was updated successfully, but these errors were encountered: