Skip to content

Commit f1aedfa

Browse files
committed
Fixed the policy validation issues
Missing commas
1 parent a0a5507 commit f1aedfa

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Establish-intra-organization-boundaries/Deny-access-to-resources-in-an-organizational-unit,except-for-principals-from-the-same-or-specified-organizational-unit.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"secretsmanager:*",
1212
"logs:*",
1313
"dynamodb:*",
14-
"ecr:*",
14+
"ecr:*"
1515
],
1616
"Resource":"*",
1717
"Condition":{

Limit-access-to-trusted-OIDC-identity-providers/Shared-Issuers.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@
287287
}
288288
},
289289
{
290-
"Sid": "EnforceTrustedOIDCTenantGoogle"
290+
"Sid": "EnforceTrustedOIDCTenantGoogle",
291291
"Effect": "Allow",
292292
"Principal": "*",
293293
"Action": "sts:AssumeRoleWithWebIdentity",

Service-specific-controls/STS-protect-IAMRA-session-tags.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
"aws:PrincipalTag/x509Issuer/OU": "true",
3333
"aws:PrincipalTag/x509Issuer/ST": "true",
3434
"aws:PrincipalTag/x509Issuer/L": "true",
35-
"aws:PrincipalTag/x509Issuer/CN": "true"
36-
"aws:PrincipalTag/x509SAN/DNS": "true"
37-
"aws:PrincipalTag/x509SAN/URI": "true"
35+
"aws:PrincipalTag/x509Issuer/CN": "true",
36+
"aws:PrincipalTag/x509SAN/DNS": "true",
37+
"aws:PrincipalTag/x509SAN/URI": "true",
3838
"aws:PrincipalTag/x509SAN/Name/CN": "true"
3939
}
4040
}

0 commit comments

Comments
 (0)