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

fix: Improve transcoding error message #442

Merged
merged 2 commits into from Sep 14, 2022
Merged

Conversation

vam-google
Copy link
Contributor

This fixes #441 and #440. Also, with this change we stop outputting the whole request message in transcodding erro message to prevent leaking any confidential information from a request message in a form of an error in a log message.

This fixes googleapis#441 and googleapis#440. Also, with this change we stop outputting the whole request message in transcodding erro message to prevent leaking any confidential information from a request message in a form of an error in a log message.
@vam-google vam-google requested review from a team as code owners September 14, 2022 00:00
@product-auto-label product-auto-label bot added the size: s Pull request size is small. label Sep 14, 2022
@parthea parthea changed the title fix: Improve transcodding error message fix: Improve transcoding error message Sep 14, 2022
@parthea parthea merged commit 538df80 into googleapis:main Sep 14, 2022
parthea pushed a commit that referenced this pull request Sep 14, 2022
* fix: Improve transcodding error message

This fixes #441 and #440. Also, with this change we stop outputting the whole request message in transcodding erro message to prevent leaking any confidential information from a request message in a form of an error in a log message.

* reformat code with black
vam-google added a commit that referenced this pull request Sep 14, 2022
* fix: Improve transcodding error message

This fixes #441 and #440. Also, with this change we stop outputting the whole request message in transcodding erro message to prevent leaking any confidential information from a request message in a form of an error in a log message.

* reformat code with black

Co-authored-by: Vadym Matsishevskyi <25311427+vam-google@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: s Pull request size is small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Transcoding Error Improvements
2 participants