movio / bramble

A federated GraphQL API gateway
https://movio.github.io/bramble/
MIT License
497 stars 55 forks source link

Use custom http clients for downstream Services #238

Closed karatekaneen closed 7 months ago

karatekaneen commented 7 months ago

We are using mTLS with custom certificates and need to override the default http transport. It looked like it was working by overwriting the QueryHTTPClient field on the config but noticed that it wasnt being respected when new services was instantiated.