Nathan Lie
Nathan Lie
A lot of tests were broken by the fact that several existing tables have added foreign key constraints on tenantId. Now that the time constraint for Rafiki work week show...
Because assets aren't associated with a Wallet Address like Open Payments resources are, it becomes necessary to add a tenantId to them to determine which tenant that asset belongs to....
Because fees aren't associated with a Wallet Address like Open Payments resources are, it becomes necessary to add a tenantId to them to determine which tenant that fee should be...
## Changes proposed in this pull request - Fixes all `auth` tests that have a `tenantId` constraint. - Adds `tenantId` to grants when they are created in tests. ## Context...
A lot of tests were broken by the fact that several existing tables have added foreign key constraints on `tenantId`, fix the tests for the models/services/routes for the Open Payments...
In order to support multi-tenant Rafiki instances, the discovery response for wallet addresses need to be updated such that the `authServer` and `resourceServer` fields include the id of the wallet...