-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Networking & Observability
-
Fully Compatible
-
Networking & Obs 2024-12-23, Networking & Obs 2025-01-06, Networking & Obs 2025-01-20, Egress gRPC 2025-01-31
-
3
Currently, `GRPCTransportLayerImpl` does not provide `getSSLManager()` because its SSL stack is provided opaquely by libgrpc.
In order for checks like enforceUserClusterSeparation to function correctly, we'll want a Stub implementation of `SSLManager`, or possibly just `getSSLConfiguration` (investigation needed).
- is related to
-
SERVER-98868 Cache egress certificate information in GRPCTransportLayer
- Closed