-
Notifications
You must be signed in to change notification settings - Fork 616
feat: apply backendTLSSettings to all Backend Types #6533
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
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6533 +/- ##
==========================================
+ Coverage 70.96% 71.02% +0.06%
==========================================
Files 225 225
Lines 38919 39075 +156
==========================================
+ Hits 27617 27754 +137
- Misses 9699 9714 +15
- Partials 1603 1607 +4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
30ae0e0 to
c353194
Compare
Signed-off-by: Huabing (Robin) Zhao <[email protected]>
Signed-off-by: Huabing (Robin) Zhao <[email protected]>
Signed-off-by: Huabing (Robin) Zhao <[email protected]>
arkodg
left a comment
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
Signed-off-by: Huabing Zhao <[email protected]>
This PR extends
BackendTLSSettingssupport to allBackendtypes. If TLS is specified in theBackendTLSSettingsfield of aBackendresource, and aBackendTLSPolicyis also configured for the backend, the final TLS settings willbe a merge of both configurations. In case of overlapping fields, the values defined in the BackendTLSPolicy will
take precedence.
impl: #6257
Release note: yes