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

feat(backend): tenanted rates endpoints #3327

Draft
wants to merge 5 commits into
base: 2893/multi-tenancy-v1
Choose a base branch
from

Conversation

sanducb
Copy link
Contributor

@sanducb sanducb commented Mar 4, 2025

Changes proposed in this pull request

  • rates endpoints are tenanted and use specified URLs in tenant settings if available, otherwise default URL is used.
  • conversion functions of rates service now support an optional tenantId as parameter

Context

fixes #3120

Tenanted peers is needed for getting tenantId inside the connector.

Checklist

  • Related issues linked using fixes #number
  • Tests added/updated
  • Make sure that all checks pass
  • Bruno collection updated (if necessary)
  • Documentation issue created with user-docs label (if necessary)
  • OpenAPI specs updated (if necessary)

@github-actions github-actions bot added type: tests Testing related pkg: backend Changes in the backend package. type: source Changes business logic labels Mar 4, 2025
@sanducb sanducb force-pushed the 3120-multi-tenant-rates-endpoints branch from 4ab16ef to 43539f0 Compare March 4, 2025 14:49
@sanducb sanducb force-pushed the 3120-multi-tenant-rates-endpoints branch from 43539f0 to 7d0a177 Compare March 4, 2025 14:54
@mkurapov mkurapov linked an issue Mar 4, 2025 that may be closed by this pull request
2 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. type: source Changes business logic type: tests Testing related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Multi-Tenant] Tenanted Rates endpoints
1 participant