-
Notifications
You must be signed in to change notification settings - Fork 7.8k
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
pilot: ensure initialization of secure grpc server also when serving … #42248
pilot: ensure initialization of secure grpc server also when serving … #42248
Conversation
…certificates are loaded from non-custom locations
😊 Welcome @siiimooon! This is either your first contribution to the Istio istio repo, or it's been You can learn more about the Istio working groups, code of conduct, and contributing guidelines Thanks for contributing! Courtesy of your friendly welcome wagon. |
Hi @siiimooon. Thanks for your PR. I'm waiting for a istio member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/ok-to-test |
…certificates are loaded from non-custom locations
/retest-required |
istio#42248) * pilot: ensure initialization of secure grpc server also when serving certificates are loaded from non-custom locations * pilot: ensure initialization of secure grpc server also when serving certificates are loaded from non-custom locations
#42248) (#43352) * pilot: ensure initialization of secure grpc server also when serving certificates are loaded from non-custom locations * pilot: ensure initialization of secure grpc server also when serving certificates are loaded from non-custom locations Co-authored-by: Si Mon <85333972+siiimooon@users.noreply.github.com>
…certificates are loaded from non-custom locations
Please provide a description of this PR:
The bootstrap of Pilot should consider certificates at non-custom locations when considering whether to initialise the secure gRPC server.
Closes: #42249