Skip to content

Commit

Permalink
Merge pull request #1027 from marcomarasca/revert-1026-PLFM-8005
Browse files Browse the repository at this point in the history
Revert "PLFM-8005: Allows snowflake to access synapse bucket inventory"
  • Loading branch information
xschildw authored Nov 16, 2023
2 parents 868dd2e + b00b725 commit 7093f90
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions sceptre/synapseprod/templates/snowflake-access.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ Resources:
"s3:GetObject",
"s3:GetObjectVersion"
],
"Resource": [
"arn:aws:s3:::prod.datawarehouse.sagebase.org/warehouse/*",
"arn:aws:s3:::prod.inventory.sagebase.org/inventory/proddata.sagebase.org/defaultInventory/*"
]
"Resource": "arn:aws:s3:::prod.datawarehouse.sagebase.org/warehouse/*"
},
{
"Effect": "Allow",
Expand All @@ -38,19 +35,6 @@ Resources:
"s3:prefix": [ "warehouse/*" ]
}
}
},
{
"Effect": "Allow",
"Action": [
"s3:ListBucket",
"s3:GetBucketLocation"
],
"Resource": "arn:aws:s3:::prod.inventory.sagebase.org",
"Condition": {
"StringLike": {
"s3:prefix": [ "inventory/proddata.sagebase.org/defaultInventory/*" ]
}
}
}
]
}
Expand Down

0 comments on commit 7093f90

Please sign in to comment.