AWS codebuild medium security documentation change
Summary
Updated resource ARN pattern in IAM policy example
Security assessment
Similar to Bitbucket changes, replaced placeholder with wildcard ARN pattern 'arn:aws:iam::*:role/Service*' which could create over-permissive access if misconfigured.
Diff
diff --git a/codebuild/latest/userguide/connections-github-app.md b/codebuild/latest/userguide/connections-github-app.md index 4f4e137b5..a6fb59671 100644 --- a//codebuild/latest/userguide/connections-github-app.md +++ b//codebuild/latest/userguide/connections-github-app.md @@ -71 +71 @@ JSON - "connection-arn>" + "arn:aws:iam::*:role/Service*"