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
feat: add support for auth-protected subgraph query URLs (#226)
* feat: add support for auth-protected subgraph query URLs
This allows to configure a bearer auth token for the network and
escrow subgraphs, in case that is required for the endpoint used.
* fix(all): create function for_query_url_with_token
Signed-off-by: Gustavo Inacio <[email protected]>
* docs(config): adding new `query_auth_token` field
It is commented-out because TOML does not support `null` optionals
Signed-off-by: Alexis Asseman <[email protected]>
---------
Signed-off-by: Gustavo Inacio <[email protected]>
Signed-off-by: Alexis Asseman <[email protected]>
Co-authored-by: Gustavo Inacio <[email protected]>
Co-authored-by: Alexis Asseman <[email protected]>
0 commit comments