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
launch a query that includes a n-API with auth enabled
If then the n-API does not like my identity token (or does not receive one from the f-API due to obscure bugs like neurobagel/federation-api#131), the n-API will respond to the f-API with a failure code.
From the perspective of the query tool, the response from the f-API will look like os:
Case of a single node-API that fails because of auth
the query tool tells me something like "node XYZ rejected authentication"
the query tool tells me that with some error-colored notistack popup that includes the node name(s)
If I get no results back at all (i.e. all nodes fail because they refuse to authenticate), my results area also says "all nodes refused authentication" or similar, rather than the more generic "all nodes failed to respond"
The text was updated successfully, but these errors were encountered:
Right now, if I do the following:
If then the n-API does not like my identity token (or does not receive one from the f-API due to obscure bugs like neurobagel/federation-api#131), the n-API will respond to the f-API with a failure code.
From the perspective of the query tool, the response from the f-API will look like os:
Case of a single node-API that fails because of auth
Case of a multi-node query where one node fails because of auth
In such a case I want that
The text was updated successfully, but these errors were encountered: