Skip to content

externalservice: fix redacting secrets in resolver

Warren Gifford requested to merge jc/fix-redact-in-place into main

Created by: unknwon

This PR stop doing secret redaction in place for external service because it would cause other GraphQL field resolvers to incorrectly use REDACTED version, which in turn causes useless failing API calls to code hosts.

This fix may explain why we're seeing a lot 401 errors for calling GitHub APIs on the /user endpoint.

Co-authored-by: Tomas Senart [email protected] Co-authored-by: Indradhanush Gupta [email protected]

Merge request reports

Loading