fix(chart): route hubble ui api via grpc_pass - #2453
Open
abdullazin wants to merge 4 commits into
Open
Conversation
abdullazin
force-pushed
the
INFRA-8293-hubble-ui-backend-route
branch
from
June 18, 2026 14:47
cd25063 to
a4e2812
Compare
Author
|
@microsoft-github-policy-service agree [company="GoTo"] |
Author
|
@microsoft-github-policy-service agree company="GoTo" |
abdullazin
marked this pull request as ready for review
June 18, 2026 14:51
abdullazin
marked this pull request as draft
June 18, 2026 15:38
abdullazin
marked this pull request as ready for review
June 18, 2026 15:55
abdullazin
marked this pull request as draft
June 22, 2026 20:01
abdullazin
force-pushed
the
INFRA-8293-hubble-ui-backend-route
branch
from
June 22, 2026 20:50
c5752f7 to
de5889e
Compare
abdullazin
marked this pull request as ready for review
June 22, 2026 20:54
Author
|
@nairashu or @alam-tahmid , can you please review my PR? |
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.
Summary
/apipath in nginx by switching fromproxy_passtogrpc_passbaseUrlrewrite logicWhy this change
/api/ui.UI/GetEventswas failing with HTTP400Data stream has failed on the UI backend: Http response at 400 or 500 level, http status code: 400grpc-message: gRPC requires HTTP/2/apipath needed to be handled as gRPC traffic at the nginx hopPath handling note
:pathpseudo-headergrpc_passdoes not rewrite request path based on upstream URI suffixgrpc://127.0.0.1:8090vsgrpc://127.0.0.1:8090/is unnecessarygrpc_pass grpc://127.0.0.1:8090;Files
deploy/hubble/manifests/controller/helm/retina/templates/hubble-ui/_nginx.tplVerification
_nginx.tplchanged in this PR branch