File tree Expand file tree Collapse file tree 1 file changed +34
-2
lines changed Expand file tree Collapse file tree 1 file changed +34
-2
lines changed Original file line number Diff line number Diff line change 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": [
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 },
You can’t perform that action at this time.
0 commit comments