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

Redact sensitive headers in cURL logging #1391

Merged
merged 1 commit into from
Apr 7, 2022
Merged

Conversation

ak0rz
Copy link
Contributor

@ak0rz ak0rz commented Apr 7, 2022

Fixes #1390.

Looks like sensitive headers argument was just missing.

Before submitting pull request:

  • Check if the project compiles by running sbt compile
  • Verify docs compilation by running sbt compileDocs
  • Check if tests pass by running sbt test
  • Format code by running sbt scalafmt

Fixes softwaremill#1390.

Looks like sensitive headers argument was just missing.
@Pask423 Pask423 merged commit 8d7897d into softwaremill:master Apr 7, 2022
@Pask423
Copy link
Contributor

Pask423 commented Apr 7, 2022

Thanks!

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

Successfully merging this pull request may close these issues.

curl request logger doesn't hide sensitive header if logRequestBody = true
2 participants