-
Notifications
You must be signed in to change notification settings - Fork 361
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 client backend mtls secrets updates #3526
Conversation
…st secrets are used Signed-off-by: Alexander Volchok <[email protected]>
Signed-off-by: Alexander Volchok <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3526 +/- ##
==========================================
+ Coverage 68.13% 68.18% +0.04%
==========================================
Files 165 165
Lines 20086 20120 +34
==========================================
+ Hits 13686 13719 +33
Misses 5406 5406
- Partials 994 995 +1 ☔ View full report in Codecov by Sentry. |
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 !
/retest |
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
What type of PR is this?
Ensure that if a secret is globally configured mtls secret is changed, envoy proxy refreshes repectivilty and uses the updated version when connecting to backends.
Fixes #3500