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
When using referenceAuth to reference an user pool created on a different Amplify app(containing auth and storage).
Adding storage to the app will override the auth and unauth roles storage access policy
to summarize:
app1 -> new auth and storage
app2 -> reference app1 auth and add new storage
Reproduction steps
simple repo steps
create a sandbox with auth and storage
verify the roles
use referenceAuth to use the previously created user pool and identity pool
add storage
switch to different --identifier on sandbox deploy
verify the roles and observe the policy was overridden
The text was updated successfully, but these errors were encountered:
Environment information
Describe the bug
https://discord.com/channels/705853757799399426/1308582280293515324/1308582280293515324
When using referenceAuth to reference an user pool created on a different Amplify app(containing auth and storage).
Adding storage to the app will override the auth and unauth roles storage access policy
to summarize:
app1 -> new auth and storage
app2 -> reference app1 auth and add new storage
Reproduction steps
simple repo steps
--identifier
on sandbox deployThe text was updated successfully, but these errors were encountered: