Page MenuHomePhabricator

[proto][Tunnelbroker] add RPC to delete device data from Tunnelbroker
ClosedPublic

Authored by kamil on Thu, Jun 20, 3:33 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jul 3, 2:17 PM
Unknown Object (File)
Wed, Jul 3, 2:17 PM
Unknown Object (File)
Wed, Jul 3, 11:53 AM
Unknown Object (File)
Tue, Jul 2, 2:39 PM
Unknown Object (File)
Tue, Jul 2, 12:50 PM
Unknown Object (File)
Tue, Jul 2, 12:09 PM
Unknown Object (File)
Tue, Jul 2, 4:59 AM
Unknown Object (File)
Mon, Jul 1, 5:11 PM
Subscribers

Details

Summary

ENG-8400 (see point 5. Logout).

This RPC will be used by Identity to inform Tunnelbroker about device logout.

Now remove the device token. Creating a follow-up task to delete persisted messages to device (ENG-8495).

Test Plan

Tested in next diff

Diff Detail

Repository
rCOMM Comm
Branch
land-token
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

kamil held this revision as a draft.
kamil published this revision for review.Thu, Jun 20, 4:10 PM

What about undelivered_messages? Are they considered a "device data" too?

What about undelivered_messages? Are they considered a "device data" too?

Yes, I created a follow-up task to implement this too: ENG-8495.

Can you remind me how we make sure that only Comm services can call DeleteDeviceData?

shared/protos/tunnelbroker.proto
30 ↗(On Diff #41582)

Typo: extra space after message

This revision is now accepted and ready to land.Sun, Jun 30, 5:55 PM

Can you remind me how we make sure that only Comm services can call DeleteDeviceData?

Tunnelbroker gRPC port is exposed only to services