Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Different endpoints per tenant #2899

Closed
3 tasks done
Tracked by #2893
golobitch opened this issue Aug 27, 2024 · 0 comments · Fixed by #2921
Closed
3 tasks done
Tracked by #2893

Different endpoints per tenant #2899

golobitch opened this issue Aug 27, 2024 · 0 comments · Fixed by #2921
Assignees
Labels
pkg: backend Changes in the backend package.

Comments

@golobitch
Copy link
Collaborator

golobitch commented Aug 27, 2024

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
@golobitch golobitch self-assigned this Aug 27, 2024
@github-project-automation github-project-automation bot moved this to Backlog in Rafiki Aug 27, 2024
@golobitch golobitch changed the title Different rates per tenant Different endpoints per tenant Aug 27, 2024
@github-project-automation github-project-automation bot moved this from Backlog to Done in Rafiki Aug 29, 2024
@njlie njlie added the pkg: backend Changes in the backend package. label Oct 11, 2024
@njlie njlie linked a pull request Oct 12, 2024 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg: backend Changes in the backend package.
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants