Page MenuHomePhabricator

[protos][identity] Make keyserver_info response non-optional
ClosedPublic

Authored by bartek on Apr 3 2024, 8:20 AM.
Tags
None
Referenced Files
F3301257: D11546.diff
Mon, Nov 18, 1:20 AM
Unknown Object (File)
Sun, Nov 3, 11:41 AM
Unknown Object (File)
Oct 13 2024, 1:43 AM
Unknown Object (File)
Oct 13 2024, 1:43 AM
Unknown Object (File)
Oct 13 2024, 1:43 AM
Unknown Object (File)
Oct 13 2024, 1:43 AM
Unknown Object (File)
Oct 13 2024, 1:43 AM
Unknown Object (File)
Sep 23 2024, 9:13 PM
Subscribers

Details

Summary

Resolves ENG-7598.
We agreed that keyserver_info shouldn't be optional.

Checked native_rust_library code and web identity client. They both already treat this as required so nothing to do client-side

Depends on D11471

Test Plan
  • Called the GetKeyserverKeys RPC for user without a keyserver - returned "keyserver not found"
  • Registered a keyserver
  • Now the RPC responded as before

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable