-
Notifications
You must be signed in to change notification settings - Fork 8.1k
do not update root certs for destination rule certs #27268
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
Signed-off-by: Rama Chavali <rama.rao@salesforce.com>
🤔 🐛 You appear to be fixing a bug in Go code, yet your PR doesn't include updates to any test files. Did you forget to add a test? Courtesy of your friendly test nag. |
@howardjohn see if this fixes #27218 or will it have any side affects? |
I don't think this fixes the problem, though I haven't tried yet. @ramaraochavali could you verify? |
I do not have the setup to validate this right now - But based on what @howardjohn found, I expect this to fix because the DR root cert are not being updated secret cache. If not, I will take a look later. |
Signed-off-by: Rama Chavali <rama.rao@salesforce.com>
Signed-off-by: Rama Chavali <rama.rao@salesforce.com> (cherry picked from commit 2cbbf53)
…ule certs (#27268) (#28869) * do not update root certs for destination rule certs (#27268) Signed-off-by: Rama Chavali <rama.rao@salesforce.com> (cherry picked from commit 2cbbf53) * common/scripts: Fix quoting Quoting was causing CI lint check to fail: https://storage.googleapis.com/istio-prow/pr-logs/pull/istio_istio/28869/lint_istio_release-1.6/1328742716099530752/build-log.txt Signed-off-by: Steve Larkin <steve.larkin+vcc@gmail.com> Co-authored-by: Rama Chavali <rama.rao@salesforce.com>
…tio#147) Signed-off-by: Rama Chavali <rama.rao@salesforce.com>
Possible fix for #27218
[ ] Configuration Infrastructure
[ ] Docs
[ ] Installation
[ ] Networking
[ ] Performance and Scalability
[ ] Policies and Telemetry
[ ] Security
[ ] Test and Release
[ ] User Experience
[ ] Developer Infrastructure
Pull Request Attributes
Please check any characteristics that apply to this pull request.
[ ] Does not have any changes that may affect Istio users.