Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rustls: Configure the initial TLS client with trust roots (#1355)
2dd7bb8 changed how rustls configurations are constructed; but it didn't properly configure the default client configuration with the proxy's trust root. This enables the identity client to establish TLS connections with the identity controller during startup.
- Loading branch information