-
Notifications
You must be signed in to change notification settings - Fork 2.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
Fix: trust store config is overwritten by key store config while certificate reloading #45578
Fix: trust store config is overwritten by key store config while certificate reloading #45578
Conversation
45c737e
to
f15da78
Compare
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.
Thanks!
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.
Looks like the CI is complaining about the tests.
This comment has been minimized.
This comment has been minimized.
…ificate reloading If certificate reloading is enabled with quarkus.http.ssl.certificate.reload-period option, mTLS stop functioning after the reload even when the certificate file is not updated.
f15da78
to
7a7207d
Compare
Status for workflow
|
Sorry, the test failure is now resolved. |
Thanks! |
Fixes: #45565
TlsCertificateReloader
not to overwrite trustOptions with keyCertOptions