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

[IT-3953] disable SameRegionResourceAccessToBucket #648

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/prod/TESLA-download-bucket.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ parameters:
# Data transfers within the same region between AWS resources are free.
# true to restrict downloading files from this bucket to only AWS resources (e.g. EC2 , Lambda) within the same region as this bucket.
# This will not allow even the owner of the bucket to download objects in this bucket when not using an AWS resource in the same region!
SameRegionResourceAccessToBucket: "true"
# SameRegionResourceAccessToBucket: "true"

# (Optional) Allow accounts, groups, and users to access bucket. (default is no access).
GrantAccess:
Expand Down
2 changes: 1 addition & 1 deletion config/prod/amp-mayo-sinai.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ parameters:
# Restrict downloading files from this bucket to only AWS resources (e.g. EC2 , Lambda)
# within the same region as this bucket. This will not allow even the owner of the bucket
# to download objects in this bucket when not using an AWS resource in the same region!
SameRegionResourceAccessToBucket: "true"
# SameRegionResourceAccessToBucket: "true"

# Enable transition to deep archive storage
EnableDataLifeCycle: 'Enabled'
Expand Down
2 changes: 1 addition & 1 deletion config/prod/cmc-migration-bucket.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ parameters:
# (Optional) true (default) to encrypt bucket, false for no encryption
# (Optional) true for read-write bucket, false (default) for read-only bucket
AllowWriteBucket: 'true'
SameRegionResourceAccessToBucket: 'true'
# SameRegionResourceAccessToBucket: 'true'

# (Optional) Synapse username (default: ""), required if AllowWriteBucket=true
# (Optional) Allow accounts, groups, and users to access bucket (default is no access).
Expand Down
2 changes: 1 addition & 1 deletion config/prod/dian-prod-hm-migration-s3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ parameters:
# Data transfers within the same region between AWS resources are free.
# true to restrict downloading files from this bucket to only AWS resources (e.g. EC2 , Lambda) within the same region as this bucket.
# This will not allow even the owner of the bucket to download objects in this bucket when not using an AWS resource in the same region!
SameRegionResourceAccessToBucket: "false"
# SameRegionResourceAccessToBucket: "false"

# (Optional) Allow accounts, groups, and users to access bucket. (default is no access).
GrantAccess:
Expand Down
2 changes: 1 addition & 1 deletion config/prod/dian-uat-hm-migration-s3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ parameters:
# Data transfers within the same region between AWS resources are free.
# true to restrict downloading files from this bucket to only AWS resources (e.g. EC2 , Lambda) within the same region as this bucket.
# This will not allow even the owner of the bucket to download objects in this bucket when not using an AWS resource in the same region!
SameRegionResourceAccessToBucket: "false"
# SameRegionResourceAccessToBucket: "false"

# (Optional) Allow accounts, groups, and users to access bucket. (default is no access).
GrantAccess:
Expand Down
2 changes: 1 addition & 1 deletion config/prod/nda-migration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ parameters:
# (Optional) true (default) to encrypt bucket, false for no encryption
# (Optional) true for read-write bucket, false (default) for read-only bucket
AllowWriteBucket: 'true'
SameRegionResourceAccessToBucket: 'true'
# SameRegionResourceAccessToBucket: 'false'

# (Optional) Synapse username (default: ""), required if AllowWriteBucket=true
# (Optional) Allow accounts, groups, and users to access bucket (default is no access).
Expand Down
2 changes: 1 addition & 1 deletion config/prod/psychencode-migration-bucket.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ parameters:
# (Optional) true (default) to encrypt bucket, false for no encryption
# (Optional) true for read-write bucket, false (default) for read-only bucket
AllowWriteBucket: 'true'
SameRegionResourceAccessToBucket: 'true'
# SameRegionResourceAccessToBucket: 'true'

# (Optional) Synapse username (default: ""), required if AllowWriteBucket=true
# (Optional) Allow accounts, groups, and users to access bucket (default is no access).
Expand Down
Loading