-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[release-0.18] 🐛 Refactor certificate watcher to use polling, instead of fsnotify #3035
Conversation
|
78b2333
to
f655000
Compare
/retest |
2bcd839
to
a586157
Compare
… of fsnotify (#3023) * Reestablish watch for the certificate paths * Remove fsnotify and use cached read watcher * Simplify return * 🐛Fix certwatcher test to be backwards compatible --------- Co-authored-by: Maxim Muzafarov <m.muzafarov@gmail.com> Signed-off-by: Vince Prignano <vince@prigna.com>
a586157
to
082726a
Compare
LGTM label has been added. Git tree hash: f88e5be8f042ffc132bfd639f000a0927d728907
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: m-messiah, vincepri The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
… of fsnotify (#3023)
Reestablish watch for the certificate paths
Remove fsnotify and use cached read watcher
Simplify return
🐛Fix certwatcher test to be backwards compatible