Replies: 2 comments 6 replies
-
Hi, thanks for opening this discussion! We're about to land our plugins system, which will allow you to cover this usecase. I'll get back to you on that once we merge it on main |
Beta Was this translation helpful? Give feedback.
-
Those who want to generate a custom header for subgraph inside the router, instead of forwarding from router downstream into subgraph, will need a custom plugin:
|
Beta Was this translation helpful? Give feedback.
-
I am trying to do a POC using apollo router + API-One, both deployed to k8s. API-One is a monolith graph and is expecting a custom header. I tried to use Postman to set the header for the post request to router endpoint, the traffic went from router to API-One fine but got error response because the custom header wasn't passed from router to API-One. Tried to tweak router configuration but didn't work. Any tips on how I can pass the custom header from router to API-One? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions