AWS IAM documentation change
Summary
Fixed duplicate 'AWS' typo and added missing comma in code example
Security assessment
These are minor typographical and formatting corrections. The missing comma in the code example could prevent syntax errors but doesn't indicate a security vulnerability.
Diff
diff --git a/IAM/latest/UserGuide/id_roles_providers_outbound_token_claims.md b/IAM/latest/UserGuide/id_roles_providers_outbound_token_claims.md index 8f6237f21..0e2b84885 100644 --- a//IAM/latest/UserGuide/id_roles_providers_outbound_token_claims.md +++ b//IAM/latest/UserGuide/id_roles_providers_outbound_token_claims.md @@ -75 +75 @@ principal_tags | Tags attached to the IAM principal or assumed role session. Whe -These claims provide information about the compute environment and session where the token request originated. AWS AWS STS automatically includes these claims when applicable based on the requesting principal's session context. +These claims provide information about the compute environment and session where the token request originated. AWS STS automatically includes these claims when applicable based on the requesting principal's session context. @@ -100 +100 @@ Example request: - SigningAlgorithm='ES384' + SigningAlgorithm='ES384',