Skip to content

Commit

Permalink
Not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
xschildw committed Oct 5, 2023
1 parent cd4c54c commit acac5ff
Showing 1 changed file with 0 additions and 45 deletions.
45 changes: 0 additions & 45 deletions org-formation/600-access/_tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -329,48 +329,3 @@ SynapseAthenaUserAccessPolicy:
]
}
PolicyName: SynapseAthenaUserAccessPolicy

SnowflakeDatawarehouseAccessRole:
Type: update-stacks
Template: https://raw.githubusercontent.com/Sage-Bionetworks/aws-infra/v0.7.6/templates/IAM/cross-account-access.yaml
StackName: snowflake-datawarehouse-access
DefaultOrganizationBinding:
IncludeMasterAccount: false
Account: !Ref SynapseProdAccount
Region: !Ref primaryRegion
Parameters:
PolicyDocument: !Sub >-
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"s3:GetObject",
"s3:GetObjectVersion"
],
"Resource": "arn:aws:s3:::prod.datawarehouse.sagebase.org/warehouse/*",
"Principal": "*"
},
{
"Effect": "Allow",
"Action": [
"s3:ListBucket",
"s3:GetBucketLocation"
],
"Resource": "arn:aws:s3:::prod.datawarehouse.sagebase.org",
"Principal": "*"
"Condition": {
"StringLike": {
"s3:prefix": [
"warehouse"
]
}
}
}
]
}
PrincipalArns:
-


0 comments on commit acac5ff

Please sign in to comment.