AWS IAM documentation change
Summary
Changed JWT example from 'sub: "johndoe"' to 'sub: "john"'
Security assessment
Example value modification without security context. Appears to be shortening example username rather than addressing security issues.
Diff
diff --git a/IAM/latest/UserGuide/id_credentials_temp_control-access_monitor.md b/IAM/latest/UserGuide/id_credentials_temp_control-access_monitor.md index c4ac54836..ed508ce60 100644 --- a//IAM/latest/UserGuide/id_credentials_temp_control-access_monitor.md +++ b//IAM/latest/UserGuide/id_credentials_temp_control-access_monitor.md @@ -234 +234 @@ For example, the following decoded JWT is a token that is used to call `AssumeRo - "sub": "johndoe", + "sub": "john",