Kong / galileo-agent-node

Node.js agent for Galileo - API Analytics
https://getgalileo.io
MIT License
9 stars 4 forks source link

allow config to filter out certain query string parameters and certain headers #3

Closed ahmadnassri closed 8 years ago

ahmadnassri commented 9 years ago

e.g.

"exclude": {
    "queryString": ["foo", "bar"],
    "headers": ["X-FOO", "X-BAR"]
}

this config should be set agent-side and prevent excluded query string params and headers from EVER being sent to the analytics server for security reasons.

nijikokun commented 9 years ago

Hmm, as an option on the agent I agree, let the provider decide not us, this also brings up another issue.

ahmadnassri commented 9 years ago

:+1: to both.

ahmadnassri commented 8 years ago

moving to https://github.com/Mashape/analytics-agent-spec/issues/2