Skip to content

Update import.mdx to reflect the need for both an authenticated and u… #4531

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pages/cli/auth/import.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Select the "Cognito User Pool and Identity Pool" option when you've run `amplify
Your Identity Pool needs:

- an Authenticated Role with a trust relationship to your Identity Pool
- an **optional** Unauthenticated Role if you want to use any guest user access for your Amplify categories. (Example: Guest access for your S3 buckets or REST API endpoints)
- an Unauthenticated Role with a trust relationship to your Identity Pool

These roles are usually automatically configured when you create a new Identity Pool enabling "Unauthenticated" access and have a Cognito User Pool as an authentication provider.

Expand Down