Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When it's not possible to connect to the external api, the connector prints a bit too much information #8

Open
PiotrTrzpil opened this issue Apr 21, 2016 · 1 comment
Labels

Comments

@PiotrTrzpil
Copy link
Contributor

At least it should not print the input, because it contains sensitive information and there would be no easy way to mask it in CS

{
    "code": "ECONNREFUSED",
    "message": "connect ECONNREFUSED 127.0.0.1:80",
    "payload": {
      "code": "ECONNREFUSED",
      "errno": "ECONNREFUSED",
      "syscall": "connect",
      "address": "127.0.0.1",
      "port": 80,
      "input": {
        "access_token": "<removed>",
        "contact_id": "watha"
      }
    }
}
@PiotrTrzpil PiotrTrzpil changed the title When it's not possible to connect to the external api, connectors prints a bit too much information When it's not possible to connect to the external api, the connector prints a bit too much information Apr 21, 2016
@Johnbastian
Copy link
Contributor

Cannot recreate error.
Will need to wait until a situation arises.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants