Skip to content

Commit

Permalink
fix: missing permissions to manage root account
Browse files Browse the repository at this point in the history
  • Loading branch information
henryde committed Apr 29, 2024
1 parent 5300df0 commit c30f4fd
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,10 @@ data "aws_iam_policy_document" "meshfed_service" {
"iam:GetRole",
"iam:ListAttachedRolePolicies",
"iam:ListRolePolicies",
"iam:GetSAMLProvider"
"iam:GetSAMLProvider",
"iam:CreateRole",
"iam:AttachRolePolicy",
"iam:UpdateAssumeRolePolicy"
]
resources = [
"arn:${data.aws_partition.current.partition}:iam::${local.account_id}:saml-provider/*",
Expand Down

0 comments on commit c30f4fd

Please sign in to comment.