-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Provide message router handler #19542
Labels
C:server/v2
Issues related to server/v2
Comments
julienrbrt
added
C:server/v2
Issues related to server/v2
and removed
needs-triage
Issue that needs to be triaged
labels
Feb 23, 2024
should we provide routers through env? |
I don't think we should. If we ever want to move away from module being super user, we should not let any module be easily able to execute anything. |
Whatever router is passed we should require the caller to be set |
This was referenced Feb 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some modules require a message router handler (e.g gov or authz)
We need to make sure depinject can provide a stf compatible message router handler to such modules.
Additionally, we need a helper for those manually wiring those modules.
The text was updated successfully, but these errors were encountered: