Skip to content

Commit c30f4fd

Browse files
committed
fix: missing permissions to manage root account
1 parent 5300df0 commit c30f4fd

File tree

1 file changed

+4
-1
lines changed
  • modules/meshcloud-replicator/replicator-management-account-access

1 file changed

+4
-1
lines changed

modules/meshcloud-replicator/replicator-management-account-access/data.tf

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,10 @@ data "aws_iam_policy_document" "meshfed_service" {
115115
"iam:GetRole",
116116
"iam:ListAttachedRolePolicies",
117117
"iam:ListRolePolicies",
118-
"iam:GetSAMLProvider"
118+
"iam:GetSAMLProvider",
119+
"iam:CreateRole",
120+
"iam:AttachRolePolicy",
121+
"iam:UpdateAssumeRolePolicy"
119122
]
120123
resources = [
121124
"arn:${data.aws_partition.current.partition}:iam::${local.account_id}:saml-provider/*",

0 commit comments

Comments
 (0)