-
Notifications
You must be signed in to change notification settings - Fork 89
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
Scrub API Keys from Logs #42
Comments
I'm having a stab at this, I'm trying to figure out where on the stack I should put it? I've got a working middleware version for faraday Or it could be done it on faraday itself? Or it could be done on digital_ocean? Hmm.... |
I would say it would be cool if it could be done upstream on @rmoriz hope you don't mind a ping, do you have an opinion on this type of thing? We're seeing a slight security concern with users pasting debug logs generated with the debug flag for the The only issue I see with upstream is how do you configure it to scrub / not scrub. Sometimes it would be worthwhile to get raw output. Perhaps we should just do it on our side. |
I opened a PR on faraday with an implementation: lostisland/faraday#286 😸 |
We should replace them with something innocuous. As we're just falling back to Faraday's logging, I'm not sure if this is possible or how we might do it.
The text was updated successfully, but these errors were encountered: