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