Adrian Mouat
Adrian Mouat
Yeah, reloading makes sense. I think the Unix way is to respond to a sighup, right?
How often does certificate rotation occur? The way that occurs to me to implement it would probably incur some downtime: - Set the k8s readiness endpoint to fail to stop...
I'm going to give this a more generic title, as I think we should be able to handle reloading all config.
Thanks. The trouble is that's pretty low-level stuff, and I'm not sure how much I can control it with the current frameworks. It does also bring up an alternative solution...
Thanks! Would you mind sending me an e-mail? I'm curious about your use-case! [email protected].
Interesting. The problem is it will take some effort to recreate this :(
This is slightly different - it's about interior communication between Rocket and the "backend", which occurs via GRPC. The idea is to allow distributed architectures in the future, but at...
Well done digging into the underlying code! We're currently in the middle of refactoring the code to swap from Rocket to Actix, but will probably still use rustls as the...
I'm not 100% sure what your plan is and how it will work. If it simplifies things or is more maintainable or portable to different distros, I'm definitely up for...
Also see mini-trow approach which puts a full JSON object in files rather than just a digest pointer.