Nathan Lie

Results 38 issues of 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...

type: tests

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....

pkg: backend

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...

pkg: backend

## 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...

type: tests
type: source
pkg: auth

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...