Skip to content

Commit

Permalink
Merge pull request #50 from aws-samples/develop
Browse files Browse the repository at this point in the history
Remove ununsed scope - qbusiness:messages:access
  • Loading branch information
sreedevs-aws authored Jul 22, 2024
2 parents daa3f70 + 017489d commit f489d3d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bin/create-idc-application.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,6 @@ if ! aws sso-admin put-application-access-scope --application-arn $GATEWAY_IDC_A
echo "Failed to set access scope for conversations."
exit 1
fi
if ! aws sso-admin put-application-access-scope --application-arn $GATEWAY_IDC_ARN --scope "qbusiness:messages:access"; then
echo "Failed to set access scope for messages."
exit 1
fi

# Echo GATEWAY_IDC_ARN at the end
echo "$APPLICATION_NAME is setup with GATEWAY_IDC_ARN: $GATEWAY_IDC_ARN"

0 comments on commit f489d3d

Please sign in to comment.