Noticed that we're doing an unnecessary round-trip with search WebSocket auth:
Identity WS, when received auth message, connected to itself via gRPC just to verify CSAT.
Replaced this with a direct DDB call.
Differential D12447
[identity][websocket] Call DB client directly to verify CSAT bartek on Jun 17 2024, 3:30 AM. Authored by Tags None Referenced Files
Details Noticed that we're doing an unnecessary round-trip with search WebSocket auth: Replaced this with a direct DDB call. Verified that identity search is still working on local clients (with local Identity).
Diff Detail
Event TimelineComment Actions This makes a lot of sense. Not sure why I didn't consider this on first implementation but glad you caught it now. |