fix(envoy-client): add tls#4595
fix(envoy-client): add tls#4595MasterPtato wants to merge 1 commit into04-08-chore_fix_driver_test_suitefrom
Conversation
fd0d710 to
2090c10
Compare
PR Review: fix(envoy-client): add tlsThe PRs main goal is clear and necessary — adding TLS to the envoy-client WebSocket connection. It also bundles two related bug fixes for the TLS / crypto provider initialization
This should be initialized once before the retry loop — either in Breaking key layout change in
|
| Area | Status |
|---|---|
| TLS feature (tokio-tungstenite + native certs) | Correct |
| Crypto provider init placement | Move out of reconnect loop |
| Key layout reordering (runner_config.rs) | Correct fix, schema-breaking — note intent |
| Namespace subspace in conn.rs write | Correct fix, same caveat |
rivet-util-serde workspace removal |
Verify intentional |
| Cosmetic cleanup in resolve_actor_query.rs | Fine |

Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Checklist: