-
Notifications
You must be signed in to change notification settings - Fork 2
use cloud v2 endpoints, remove orgId #285
base: main
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: 976175e The changes in this PR will be included in the next version bump. This PR includes changesets to release 8 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Would the easiest way to test this be to create a canary release? @jeffsee55 (I just don't want users to accidentally install this version until we have exposed the new v2 dashboard). |
Yep that makes sense to me @jamespohalloran, you can just release those from local - I can walk you through it if you haven't done it before. |
…into use-v2-cloud-api
This comment has been minimized.
This comment has been minimized.
@mittonface, just updated. Can you try again? |
Looks good now. Thanks! |
@jeffsee55 @mittonface What is the work that is left to do here besides making sure it is up to date with the latest version in master? |
Nothing left to do here. Just want to be clear that this is a breaking change: Before this is merged:
After this is merged:
|
Two new endpoints that the client interfaces with have changed along with the Cognito shared-userpool project:
The orgId is no longer needed within the client, so the bulk of this change is removing orgId from everywhere it's used/referenced.