forked from SummitRoute/aws_managed_policies
-
-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathSecurityAudit.json
25 lines (25 loc) · 1015 Bytes
/
SecurityAudit.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[
{
"findingDetails": "The 23194 characters in the identity policy, excluding whitespace, exceed the 10240 character maximum for inline and managed policies. We recommend that you use multiple granular policies.",
"findingType": "WARNING",
"issueCode": "POLICY_SIZE_EXCEEDS_IDENTITY_POLICY_QUOTA",
"learnMoreLink": "https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-reference-policy-checks.html#access-analyzer-reference-policy-checks-general-warning-policy-size-exceeds-identity-policy-quota",
"locations": [
{
"path": [],
"span": {
"end": {
"column": 23963,
"line": 1,
"offset": 23963
},
"start": {
"column": 0,
"line": 1,
"offset": 0
}
}
}
]
}
]