Skip to content

fix: Split query from path in envoy gRPC based ExtAuth integration#3106

Merged
dadrus merged 2 commits intoreleasefrom
fix/envoy_grpc
Mar 15, 2026
Merged

fix: Split query from path in envoy gRPC based ExtAuth integration#3106
dadrus merged 2 commits intoreleasefrom
fix/envoy_grpc

Conversation

@dadrus
Copy link
Copy Markdown
Owner

@dadrus dadrus commented Mar 15, 2026

Related issue(s)

fixes GHSA-r8x2-fhmf-6mxp

Checklist

  • I agree to follow this project's Code of Conduct.
  • I have read, and I am following this repository's Contributing Guidelines.
  • I have read the Security Policy.
  • I have referenced an issue describing the bug/feature request.
  • I have added tests that prove the correctness of my implementation.

Description

Per spec, the query and fragment arguments are always empty. Instead, the query must be parsed from the path argument.

@dadrus dadrus changed the title fix: split query from path envoy gRPC parameter fix: Split query from path in envoy gRPC based ExtAuth integration Mar 15, 2026
@dadrus dadrus merged commit 50321b3 into release Mar 15, 2026
17 of 18 checks passed
@dadrus dadrus deleted the fix/envoy_grpc branch March 15, 2026 07:26
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 15, 2026

Codecov Report

❌ Patch coverage is 66.66667% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 91.31%. Comparing base (0c9ea4a) to head (872ea36).
⚠️ Report is 9 commits behind head on release.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
...nal/handler/envoyextauth/grpcv3/request_context.go 66.66% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           release    #3106      +/-   ##
===========================================
- Coverage    91.33%   91.31%   -0.02%     
===========================================
  Files          281      281              
  Lines        10796    10799       +3     
===========================================
+ Hits          9860     9861       +1     
- Misses         678      679       +1     
- Partials       258      259       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

1 participant