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
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
The text was updated successfully, but these errors were encountered:
Currently, endpoints that rafiki calls are globaly defined (like rates url, webhooks,...). With multi-tenancy, we need to have different endpoints per tenant.
Actions:
The text was updated successfully, but these errors were encountered: