We need to call Identity in order to get all the device IDs of the recipient
Depends on D15272
Differential D15269
[tunnelbroker] Allow calling Identity from a token connection Authored by tomek on Aug 29 2025, 1:08 PM.
Details We need to call Identity in order to get all the device IDs of the recipient Depends on D15272 Tested later in the stack
Diff Detail
Event TimelineComment Actions After looking at this now, I would probably pass AuthService to TokenDistributor, not ChainedInterceptedServicesAuthClient, and call get_services_auth_client on request to match how it implemented, e.g,. for find_keyserver_device_for_user on backup, but this is probably fine as it is now Comment Actions Discussed offline - it seems like there aren't any strong arguments for any approach, so we're keeping this for now. Comment Actions The taken approach doesn't matter much. If needed, it's easy to refactor to the other in the future. |