Skip to content

Commit 717dbf4

Browse files
committed
Add anywhere permissions
1 parent 508abf6 commit 717dbf4

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

cloudformation/iam-cloudformation-detailed/cloudformation-template.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,11 @@
525525
"opensearch:ListDomainNames",
526526
"states:DescribeStateMachine",
527527
"states:ListStateMachines",
528-
"states:ListTagsForResource"
528+
"states:ListTagsForResource",
529+
"rolesanywhere:GetProfile",
530+
"rolesanywhere:GetTrustAnchor",
531+
"rolesanywhere:ListProfiles",
532+
"rolesanywhere:ListTrustAnchors"
529533
]
530534
}
531535
]

cloudformation/iam-cloudformation-detailed/managed-policy.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,11 @@
482482
"opensearch:ListDomainNames",
483483
"states:DescribeStateMachine",
484484
"states:ListStateMachines",
485-
"states:ListTagsForResource"
485+
"states:ListTagsForResource",
486+
"rolesanywhere:GetProfile",
487+
"rolesanywhere:GetTrustAnchor",
488+
"rolesanywhere:ListProfiles",
489+
"rolesanywhere:ListTrustAnchors"
486490
]
487491
}
488492
]

cloudformation/iam-cloudformation-detailed/terraform.tf

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,11 @@ resource "aws_iam_policy" "jupiterone_security_audit_policy_3" {
518518
"opensearch:ListDomainNames",
519519
"states:DescribeStateMachine",
520520
"states:ListStateMachines",
521-
"states:ListTagsForResource"
521+
"states:ListTagsForResource",
522+
"rolesanywhere:GetProfile",
523+
"rolesanywhere:GetTrustAnchor",
524+
"rolesanywhere:ListProfiles",
525+
"rolesanywhere:ListTrustAnchors"
522526
]
523527
}
524528
]

0 commit comments

Comments
 (0)