Closed
Description
Currently, endpoints that rafiki calls are globaly defined (like rates url, webhooks,...). With multi-tenancy, we need to have different endpoints per tenant.
Actions:
- Create new table for tenant endpoints
- Add tenant_id as fk, type as enum (outgoing payments created, rates url,...) and endpoint as string
- Update code to call tenant endpoint
Metadata
Metadata
Assignees
Type
Projects
Status
Done