AWS quicksight documentation change
Summary
Removed trust policy example for AssumeRole to embedding_quicksight_console_session_role
Security assessment
Policy deletion removes an example of secure role assumption configuration but doesn't address a specific security issue. Impacts documentation quality for authentication flows.
Diff
diff --git a/quicksight/latest/user/embedded-analytics-full-console-for-authenticated-users-get-step-1.md b/quicksight/latest/user/embedded-analytics-full-console-for-authenticated-users-get-step-1.md index 2f65b16d2..5a35f696c 100644 --- a//quicksight/latest/user/embedded-analytics-full-console-for-authenticated-users-get-step-1.md +++ b//quicksight/latest/user/embedded-analytics-full-console-for-authenticated-users-get-step-1.md @@ -93,17 +92,0 @@ Your application's IAM identity must have a trust policy associated with it to a -JSON - - -**** - - - - { - "Version": "2012-10-17", - "Statement": { - "Effect": "Allow", - "Action": "sts:**AssumeRole** ", - "Resource": "arn:aws:iam::accountId:role/embedding_quicksight_console_session_role" - } - } - -