Skip to content

Commit ebbec03

Browse files
author
MAMIP Bot
committed
AWSServiceRoleForAWSTransform - Policy Version v4
1 parent 8bda23a commit ebbec03

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

policies/AWSServiceRoleForAWSTransform

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"PolicyVersion": {
3-
"CreateDate": "2025-09-18T20:34:07Z",
4-
"VersionId": "v3",
3+
"CreateDate": "2025-12-01T13:19:12Z",
4+
"VersionId": "v4",
55
"Document": {
66
"Version": "2012-10-17",
77
"Statement": [
@@ -63,6 +63,32 @@
6363
}
6464
},
6565
"Sid": "AllowKmsAccessViaIdentityStore"
66+
},
67+
{
68+
"Action": [
69+
"support:CreateCase",
70+
"support:DescribeCases",
71+
"support:DescribeCommunications",
72+
"support:AddCommunicationToCase",
73+
"support:ResolveCase"
74+
],
75+
"Resource": "*",
76+
"Effect": "Allow",
77+
"Sid": "SupportCaseManagement"
78+
},
79+
{
80+
"Action": [
81+
"secretsmanager:GetSecretValue"
82+
],
83+
"Resource": "arn:aws:secretsmanager:*:*:secret:transform!*",
84+
"Effect": "Allow",
85+
"Condition": {
86+
"StringEquals": {
87+
"secretsmanager:ResourceTag/aws:secretsmanager:owningService": "transform",
88+
"aws:ResourceAccount": "${aws:PrincipalAccount}"
89+
}
90+
},
91+
"Sid": "ExternalIdpSecretsAccess"
6692
}
6793
]
6894
},

0 commit comments

Comments
 (0)