Graphql mesh -> @graphql-tools adding header into request body, Which have secrets #6530
Unanswered
shadikkhan
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using graphql mesh which internally installed @graphql-tools. This
@graphql-tools
has a functionbuildHTTPExecutor
which is adding add all headers into request body and this is problem since header have token/secrete which must not pass in body (our request log will have those info)Is there any way remove/exampt that before making the downstream call? since I can not change anything as this is in dependecy
PATH where buildHTTPExecutor adding header into request body
node_modules/@graphql-tools/executor-http/cjs/index.js
Beta Was this translation helpful? Give feedback.
All reactions