Skip to content

Commit

Permalink
Add permission to create object in S3 (#1273)
Browse files Browse the repository at this point in the history
  • Loading branch information
xschildw authored Nov 6, 2024
1 parent 09b5376 commit 41c4c58
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions org-formation/700-aws-sso/_tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,18 @@ SsoLlmDeveloper:
managedPolicies:
- 'arn:aws:iam::aws:policy/AmazonBedrockFullAccess'
- 'arn:aws:iam::aws:policy/AWSCloudFormationFullAccess'
# https://stackoverflow.com/questions/58125181/cloud-formation-cant-upload-template-file
inlinePolicy: >-
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": "s3:PutObject",
"Resource": "arn:aws:s3:::cf-template*"
}
]
}
sessionDuration: 'PT12H'

# Role for a user that can only access AWS Athena in the Synapse Dev account
Expand Down

0 comments on commit 41c4c58

Please sign in to comment.