AWS codecatalyst documentation change
Summary
Removed JSON example of an IAM role trust policy for STS AssumeRole
Security assessment
The change removes a policy example but does not provide evidence of addressing a specific security issue. Likely documentation simplification.
Diff
diff --git a/codecatalyst/latest/userguide/s3-pub-action-ref.md b/codecatalyst/latest/userguide/s3-pub-action-ref.md index d633047f4..f2e47c1a0 100644 --- a//codecatalyst/latest/userguide/s3-pub-action-ref.md +++ b//codecatalyst/latest/userguide/s3-pub-action-ref.md @@ -314,24 +313,0 @@ JSON -JSON - - -**** - - - { - "Version": "2012-10-17", - "Statement": [ - { - "Sid": "", - "Effect": "Allow", - "Principal": { - "Service": [ - "-runner.amazonaws.com", - ".amazonaws.com" - ] - }, - "Action": "sts:AssumeRole" - } - ] - } - -