We have UploadOneTimeKeys in both authenticated and unauthenticated proto. I've removed the unauthenticated one and changed the usages to use the authenticated one.
I was curious why this wasn't done earlier, see: https://phab.comm.dev/D9059#267156
Paths
| Differential D9928 Authored by bartek on Nov 20 2023, 4:15 AM.
Details Summary We have UploadOneTimeKeys in both authenticated and unauthenticated proto. I've removed the unauthenticated one and changed the usages to use the authenticated one. I was curious why this wasn't done earlier, see: https://phab.comm.dev/D9059#267156 Test Plan Ran Commtest tests changing its endpoint to use the authenticated one.
Diff Detail
Event Timelinebartek held this revision as a draft. Herald added subscribers: tomek, ashoat. · View Herald TranscriptNov 20 2023, 4:15 AM2023-11-20 04:15:19 (UTC-8) Harbormaster completed remote builds in B24268: Diff 33406.Nov 20 2023, 4:36 AM2023-11-20 04:36:34 (UTC-8) Comment Actions just one question inline
This revision is now accepted and ready to land.Nov 20 2023, 11:35 AM2023-11-20 11:35:44 (UTC-8)
Closed by commit rCOMMa4da1e841133: [identity] Delete unauthenticated UploadOneTimeKeys RPC (authored by bartek). · Explain WhyDec 4 2023, 2:43 AM2023-12-04 02:43:01 (UTC-8) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 34171 keyserver/addons/rust-node-addon/src/identity_client/mod.rs
keyserver/addons/rust-node-addon/src/identity_client/upload_one_time_keys.rs
services/commtest/tests/identity_access_tokens_tests.rs
services/commtest/tests/identity_keyserver_tests.rs
|