externalservice: fix redacting secrets in resolver
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]