AWS quicksight documentation change
Summary
Removed trust policy example for AssumeRole to embedding_quicksight_dashboard_role
Security assessment
Deleted example showed role assumption configuration for dashboard access. Removal impacts documentation but doesn't address security flaws.
Diff
diff --git a/quicksight/latest/user/embedded-dashboards-for-authenticated-users-get-step-1.md b/quicksight/latest/user/embedded-dashboards-for-authenticated-users-get-step-1.md index c3cb8550f..1b0fe8033 100644 --- a//quicksight/latest/user/embedded-dashboards-for-authenticated-users-get-step-1.md +++ b//quicksight/latest/user/embedded-dashboards-for-authenticated-users-get-step-1.md @@ -92,17 +91,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_dashboard_role" - } - } - -