Skip to content

Commit

Permalink
Merge pull request #917 from xschildw/m-plfm-7908
Browse files Browse the repository at this point in the history
PLFM-7908: Add access to *firehoselogs schemas
  • Loading branch information
xschildw authored Jun 29, 2023
2 parents 095671a + f83ecc6 commit 88326d7
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions org-formation/600-access/_tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,9 @@ SynapseAthenaUserAccessPolicy:
"Resource": [
"arn:aws:glue:us-east-1:${CurrentAccount.AccountId}:catalog",
"arn:aws:glue:us-east-1:${CurrentAccount.AccountId}:database/*warehouse",
"arn:aws:glue:us-east-1:${CurrentAccount.AccountId}:table/*warehouse/*"
"arn:aws:glue:us-east-1:${CurrentAccount.AccountId}:table/*warehouse/*",
"arn:aws:glue:us-east-1:${CurrentAccount.AccountId}:database/*firehoselogs",
"arn:aws:glue:us-east-1:${CurrentAccount.AccountId}:table/*firehoselogs/*"
]
},
{
Expand Down Expand Up @@ -331,7 +333,11 @@ SynapseAthenaUserAccessPolicy:
],
"Resource": [
"arn:aws:s3:::*.datawarehouse.sagebase.org",
"arn:aws:s3:::*.datawarehouse.sagebase.org/*"
"arn:aws:s3:::*.datawarehouse.sagebase.org/*",
"arn:aws:s3:::*.log.sagebase.org",
"arn:aws:s3:::*.log.sagebase.org/*",
"arn:aws:s3:::*.filehandles.sagebase.org",
"arn:aws:s3:::*.filehandles.sagebase.org/*"
]
}
]
Expand Down

0 comments on commit 88326d7

Please sign in to comment.