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
For development and debugging, it would be nice to have a way to see the "execution plan" resources would send to mu-auth, without it actually sending it
mu-cl-resources executes various queries. Some queries are constructed based on responses from earlier queries. There are algorithms in place to determine what the steps are but there is no abstract strategy defined in data.
It would be a good introduction to check what mu-cl-resources executes to find the necessary data, but it would be a hard first issue to build a dry-run endpoint with the current code-base.
For development and debugging, it would be nice to have a way to see the "execution plan" resources would send to mu-auth, without it actually sending it
something like:
I feel like this could be a good first issue to get familiar with the code?
The text was updated successfully, but these errors were encountered: