Do not leak implementation details in internal error messages - #7738
Open
Sovietaced wants to merge 2 commits into
Open
Do not leak implementation details in internal error messages#7738Sovietaced wants to merge 2 commits into
Sovietaced wants to merge 2 commits into
Conversation
Sovietaced
marked this pull request as ready for review
July 31, 2026 18:13
Signed-off-by: Jason Parraga <sovietaced@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Tracking issue
Closes #7736
Why are the changes needed?
The Flyte backend currently has some behavior that I don't think are ideal.
What changes were proposed in this pull request?
Add an error interceptor that..
Also updates existing RPCs that return internal to return a non connect RPC error with additional context that will get caught by the error interceptor. Note: I could potentially just keep the existing INTERNAL calls and just drop the error details from being passed through in the interceptor logic instead to be more explicit for RPC handler authors.
Also removes
toConnectErrorhelper that was used in one area that basically does what the error interceptor does but at each RPC call site.How was this patch tested?
We use this error interceptor internally.
Labels
Please add one or more of the following labels to categorize your PR:
This is important to improve the readability of release notes.
Setup process
Screenshots
Check all the applicable boxes
Related PRs
Stack
If you do use
git townto manage PR Stacks, the stack relevant to this PRwill show below. Otherwise, you can ignore this section.
Docs link