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
I want to use Trifid with a SPARQL endpoint that uses Bearer tokens for authentication.
The suggested solution to #147 was to use fetchOptions.headers, but I can't seem to get that working anymore. And indeed, a cursory view of the code in this monorepo seems to confirm that sparql-proxy doesn't seem to be able to use generic overrides. I've tried it with the following config.yaml, adapted from the default config.yaml (trying all different places for the (fetchOptions.)headers):
I want to use Trifid with a SPARQL endpoint that uses Bearer tokens for authentication.
The suggested solution to #147 was to use
fetchOptions.headers
, but I can't seem to get that working anymore. And indeed, a cursory view of the code in this monorepo seems to confirm that sparql-proxy doesn't seem to be able to use generic overrides. I've tried it with the following config.yaml, adapted from the default config.yaml (trying all different places for the(fetchOptions.)headers
):Details
and calling it with
This configuration works as expected with a public SPARQL_ENDPOINT_URL, that requires no valid
Authorization: Bearer eyJ...
.The text was updated successfully, but these errors were encountered: