You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the core stack grants cognito-identity:* because the test setup code performs a lot of administrative functions during setup & tear down. We should investigate to see if we can reduce scope.
Currently, the core stack grants
cognito-identity:*
because the test setup code performs a lot of administrative functions during setup & tear down. We should investigate to see if we can reduce scope.The same can be said for:
add_to_common_role_policies()
without any qualifiers (https://github.com/aws-amplify/amplify-ci-support/blob/master/src/integ_test_resources/common/common_stack.py#L43)cognito-identity
permissions while we're investigating)It would be feasible to either reduce scope of the actions, or the resources on which those actions may be performed.
The text was updated successfully, but these errors were encountered: