Moe
Moe
As suggested on discord, here my proposed extensions for service plugins: 1. It ought to be possible to keep the original name of perf metrics for the graph and use...
Also looked into the rustls dependency. Upgrading just one version to 0.17.0 would provide a necessary API change where the `ClientCertVerifier` does get an `Option` everywhere so usable trust roots...
I have configuration (from parsing to propagating the value through the application) and verification completed. It is almost a copy of the server cert handling process (from the architectural POV),...
So I hacked a preliminary implementation, feel free to check it out: https://github.com/moschroe/sozu/tree/feature_clientauth The history is a complete mess but I tried to provide sensible commit messages, if you look...
I have no pressing need for this and will gladly wait for less churn in the codebase :)
I have resumed development on client TLS auth and the new way to have an SNI-specific server configuration for rustls (see https://github.com/rustls/rustls/issues/859#issuecomment-984714438) involves changing how a `ServerConnection` is created. My...
If you consider creating sequence diagrams, which could be very helpful to visualise the interactions between the many moving parts (also for configuration), might I suggest [plantuml](https://plantuml.com/sequence-diagram)? Plain text format...
I just encountered this myself. When the error occurred only after creating a table with a single column FK, my initial hunch proved correct. This DDL code will create a...
TBH, I have no idea about any possible internals of 2.0? But seeing the `Sync+Send` on `Function`, for example, that enables `lazy_static!` to work and also obviates pervasive lifetime tracking,...
Would it be possible to include this addition? It might be able to tide people over until there is a next major version. (And maybe relieve some pressure there?) And...