Skip to content

Commit 017489d

Browse files
committed
Remove ununsed scope - qbusiness:messages:access
1 parent daa3f70 commit 017489d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

bin/create-idc-application.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,6 @@ if ! aws sso-admin put-application-access-scope --application-arn $GATEWAY_IDC_A
118118
echo "Failed to set access scope for conversations."
119119
exit 1
120120
fi
121-
if ! aws sso-admin put-application-access-scope --application-arn $GATEWAY_IDC_ARN --scope "qbusiness:messages:access"; then
122-
echo "Failed to set access scope for messages."
123-
exit 1
124-
fi
125121

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

0 commit comments

Comments
 (0)