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

[Multi-Tenant] Webhook events for operator tenant #3283

Open
1 task
mkurapov opened this issue Feb 11, 2025 · 1 comment
Open
1 task

[Multi-Tenant] Webhook events for operator tenant #3283

mkurapov opened this issue Feb 11, 2025 · 1 comment

Comments

@mkurapov
Copy link
Contributor

Context

Whenever we are publishing a webhook event to a particular tenant, we should also be able to send the same webhook event to the operator tenant. The operator tenant can use it just for informational purposes, or potentially can do actions on-behalf of tenants.

For example, an operator can be the one that manages asset liquidity on-behalf of tenants. This would require them to receive liquidity low webhook events.

Ideally in the future, the operator can subscribe to certain webhook events only, but for now, if a setting is enabled, we can duplicate publish all of the webhooks to the operator tenant.

Keep in mind not to double publish a webhook event that is already destined for the operator tenant.

Todos

  • If a webhook event is being published to a non-operator tenant, also publish the event also to the operator tenant (if a env variable is enabled)
@mkurapov
Copy link
Contributor Author

Blocked by #3121

@mkurapov mkurapov moved this from Backlog to Todo in Rafiki Feb 11, 2025
@mkurapov mkurapov moved this from Todo to Backlog in Rafiki Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant