Skip to content
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

[ETL-435] Deny Synapse-connected bucket access outside us-east-1 #49

Merged
merged 1 commit into from
May 9, 2023

Conversation

philerooski
Copy link
Contributor

This bucket policy update blocks any type of access to a Synapse connected S3 bucket (pre/post ETL buckets) if:

  • The request region is not us-east-1 OR
  • The request comes from IAM or Support services.

Side note: IAM and Support are global services that have a physical endpoint in us-east-1, so it's not strictly necessary to list them here. But if we ever reuse this code in a different region it's important to allow access to these services.

Allow access to IAM and Support services, even if outside us-east-1
@philerooski philerooski requested a review from a team as a code owner May 8, 2023 23:11
@philerooski philerooski temporarily deployed to develop May 8, 2023 23:11 — with GitHub Actions Inactive
@philerooski philerooski temporarily deployed to develop May 8, 2023 23:13 — with GitHub Actions Inactive
Copy link
Member

@thomasyu888 thomasyu888 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥 LGTM!

@philerooski philerooski merged commit 4c9b691 into main May 9, 2023
@philerooski philerooski deleted the etl-435 branch May 9, 2023 22:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants