-
Notifications
You must be signed in to change notification settings - Fork 598
support TCPRoute Authz in xDS translator #7184
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
Conversation
| return nil, err | ||
| } | ||
|
|
||
| if authzFilter, err := buildTCPRBACFilter(statPrefix, irRoute.Authorization); err != nil { |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7184 +/- ##
==========================================
+ Coverage 71.07% 71.11% +0.04%
==========================================
Files 228 229 +1
Lines 40825 40927 +102
==========================================
+ Hits 29015 29104 +89
- Misses 10104 10110 +6
- Partials 1706 1713 +7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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!
Relates to envoyproxy#4908 Signed-off-by: Arko Dasgupta <arko@tetrate.io>
Signed-off-by: Arko Dasgupta <arko@tetrate.io>
|
LGTM, thanks! |
* support TCPRoute Authz in xDS translator Relates to envoyproxy#4908 Signed-off-by: Arko Dasgupta <arko@tetrate.io> Co-authored-by: davem-git <demathieu@gmail.com> Signed-off-by: Adam Buran <aburan28@gmail.com>
Relates to #4908