-
Notifications
You must be signed in to change notification settings - Fork 352
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: remove backendrefs validation #4705
Conversation
f6cb4cc
to
1c02546
Compare
Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
1c02546
to
32fd777
Compare
hey @zhaohuabing thanks for picking this up, can we add a test in gateway-api to make sure the cc @zirain |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4705 +/- ##
==========================================
+ Coverage 65.55% 65.58% +0.03%
==========================================
Files 211 211
Lines 31972 31995 +23
==========================================
+ Hits 20960 20985 +25
+ Misses 9768 9767 -1
+ Partials 1244 1243 -1 ☔ View full report in Codecov by Sentry. |
Fixes #4704
Remove backendrefs validation from the ExtAuth API for backward compatiblity.
Release Notes: Yes