-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[Proposal] Auto Refresh SSL Certs #7375
Comments
Interesting proposal. jetty/jetty.project#918 (comment) has some gotchas that will probably need noted on if it impacts here. There could be other cases where the key store is not on disk though, yes? for example, if a server does on-the-fly decryption out of blob storage to get the key store, then it wouldn't just be a path that needs watched. In such a scenario, CertificateWatcher would be an interface and not an implementation, so any sort of updates could be handled by an extension. |
What is the purpose of
Definitely sounds useful to have it be an interface, with an implementation in core that simply watches a file. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been closed due to lack of activity. If you think that is incorrect, or the issue requires additional review, you can revive the issue at any time. |
Motivation
Whenever SSL certs expire a restart is required to load fresh certs.
Proposed changes
druid.server.https.cert.autoRefresh
anddruid.server.https.cert.autoRefreshPeriod
druid.server.https.keyStorePath
The text was updated successfully, but these errors were encountered: