Ndc oas with authkey

I am trying to include openrouteservice in a supergraph, not sure how to forward the necessary api_key query param. Any recommandations?

Hiya, @olmo — I need some more information to help you out here :backhand_index_pointing_down:

  • How are you connecting to the openrouteservice?
  • If you have any configuration files, can you please share them here for repro with any relevant keys/credentials redacted?

Hi Rob, i realized the problem was related to the genrated ts functions as they provided an aditional empty api_key that was overwriting the one provided via configurations. Works as expected now.

1 Like