-
Notifications
You must be signed in to change notification settings - Fork 101
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
Block public access to S3 bucket created by integration tests #615
Block public access to S3 bucket created by integration tests #615
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I put a comment. It's just a suggestion for you to consider. We have buckets created with policy, so I was wondering if it's necessary here. You may ignore if you think it not needed.
18ec623
to
caeb3a8
Compare
@abdasgupta thanks for your comment. I've addressed it now, PTAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/area backup
/area security
/area compliance
/kind task
/kind test
/platform aws
What this PR does / why we need it:
This PR configures the S3 buckets created by integration tests to be blocked from public access as per standard practices. This is achieved by putting a public-access-block on the created bucket, as per AWS documentation.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
cc @vlerenc
Release note: