Skip to content

Commit a685c4e

Browse files
author
MAMIP Bot
committed
AWSServiceRoleForUserSubscriptions - Policy Version v3
1 parent c10beae commit a685c4e

File tree

1 file changed

+34
-2
lines changed

1 file changed

+34
-2
lines changed

policies/AWSServiceRoleForUserSubscriptions

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"PolicyVersion": {
3-
"CreateDate": "2025-02-21T17:37:06Z",
4-
"VersionId": "v2",
3+
"CreateDate": "2025-10-29T14:34:07Z",
4+
"VersionId": "v3",
55
"Document": {
66
"Version": "2012-10-17",
77
"Statement": [
@@ -22,6 +22,38 @@
2222
],
2323
"Effect": "Allow",
2424
"Sid": "SubscriptionManagementPolicy"
25+
},
26+
{
27+
"Action": [
28+
"kms:Decrypt"
29+
],
30+
"Resource": "*",
31+
"Effect": "Allow",
32+
"Condition": {
33+
"ArnLike": {
34+
"kms:EncryptionContext:aws:sso:instance-arn": "arn:*:sso:::instance/*"
35+
},
36+
"StringLike": {
37+
"kms:ViaService": "sso.*.amazonaws.com"
38+
}
39+
},
40+
"Sid": "AllowKmsAccessViaIdentityCenter"
41+
},
42+
{
43+
"Action": [
44+
"kms:Decrypt"
45+
],
46+
"Resource": "*",
47+
"Effect": "Allow",
48+
"Condition": {
49+
"ArnLike": {
50+
"kms:EncryptionContext:aws:identitystore:identitystore-arn": "arn:*:identitystore::*:identitystore/*"
51+
},
52+
"StringLike": {
53+
"kms:ViaService": "identitystore.*.amazonaws.com"
54+
}
55+
},
56+
"Sid": "AllowKmsAccessViaIdentityStore"
2557
}
2658
]
2759
},

0 commit comments

Comments
 (0)