-
Notifications
You must be signed in to change notification settings - Fork 362
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
forward jwt tokens after verification #2300
Conversation
Signed-off-by: huabing zhao <[email protected]>
🚀 Thank you for contributing to the Envoy Gateway project! 🚀 Before merging, please ensure to follow the process below:
NOTE: Once your PR is under review, please do not rebase and force push it. Otherwise, it will force your reviewers to review the PR from scratch rather than simply look at your latest changes. What's more, you can help expedite the processing of your PR by
|
is there a test for this? |
I think we don't need to add a test for this, it should work as long as jwt test passed. |
Signed-off-by: huabing zhao <[email protected]>
we need make sure it's there, avoid regression in the future. |
My bad. It's not bug. Sorry for the misleading "fix" word. |
Signed-off-by: huabing zhao <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2300 +/- ##
==========================================
- Coverage 64.38% 64.27% -0.11%
==========================================
Files 112 112
Lines 15874 15875 +1
==========================================
- Hits 10220 10204 -16
- Misses 5005 5018 +13
- Partials 649 653 +4 ☔ View full report in Codecov by Sentry. |
related: #2295