Skip to content

Commit

Permalink
fix: Add minimal AWS IAM permissions
Browse files Browse the repository at this point in the history
Add tagging actions necessary for running the minimal sample
  • Loading branch information
domdomegg committed Jan 28, 2024
1 parent 7b1e012 commit 04f7d86
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/guides/dashboard/providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,14 @@ If you are create a custom IAM Role with this policy, you will need to add a Tru
"sts:GetCallerIdentity",
"lambda:RemovePermission",
"s3:GetBucketLocation",
"lambda:GetPolicy"
"lambda:GetPolicy",
"apigateway:TagResource",
"iam:TagRole",
"lambda:TagResource",
"cloudformation:CreateChangeSet",
"cloudformation:DescribeChangeSet",
"cloudformation:ExecuteChangeSet",
"cloudformation:DeleteChangeSet"
],
"Resource": "*"
}
Expand Down

0 comments on commit 04f7d86

Please sign in to comment.