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

Prevent sensitive information being sent to rollbar #142

Closed
ghost opened this issue Oct 31, 2016 · 3 comments
Closed

Prevent sensitive information being sent to rollbar #142

ghost opened this issue Oct 31, 2016 · 3 comments

Comments

@ghost
Copy link

ghost commented Oct 31, 2016

Seems like this behaves very differently from the Rubygem in what data it sends to Rollbar. I'm noticing that all request headers are sent, including potentially sensitive things like the Authorization header.

Is there a way to stop this from being sent like the Rubygems version?

@ezarowny
Copy link
Contributor

ezarowny commented Nov 1, 2016

Hey @Soliah I'm pretty sure we do allow for request header scrubbing. I'll take a look.

@ezarowny
Copy link
Contributor

ezarowny commented Nov 1, 2016

Can you try adding a header with the name Authentication? It should be scrubbed. We just don't have Authorization in the default list. You could easily add it in your config.

@ghost
Copy link
Author

ghost commented Nov 1, 2016

Ah I should've RTFM, thanks.

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

No branches or pull requests

1 participant