-
Notifications
You must be signed in to change notification settings - Fork 368
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
feat: add CEL validation for EnvoyProxy telemetry #2050
Conversation
Signed-off-by: sh2 <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #2050 +/- ##
==========================================
- Coverage 64.33% 64.31% -0.02%
==========================================
Files 107 107
Lines 14665 14665
==========================================
- Hits 9434 9432 -2
- Misses 4664 4666 +2
Partials 567 567 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rethink about this, let's move to #2059.
Signed-off-by: sh2 <[email protected]>
@shawnh2 we've moved to CEL based validations, the newer tests live in https://github.com/envoyproxy/gateway/blob/main/test/cel-validation/envoyproxy_test.go, can we move the new test cases there instead and also make sure a CEL validation exists for it |
Signed-off-by: sh2 <[email protected]>
fe930bf
to
7162222
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks !
What type of PR is this?
add missing unit test cases
What this PR does / why we need it:
some unit test cases are missing according to https://app.codecov.io/gh/envoyproxy/gateway/blob/main/api%2Fv1alpha1%2Fvalidation%2Fenvoyproxy_validate.go
Which issue(s) this PR fixes:
Fixes #