Added a DELETE /user_data/{user_id} Backup service endpoint that takes care of deleting all service user data.
Depends on D12970
Paths
| Differential D12971 Authored by bartek on Aug 5 2024, 4:49 AM.
Details
Summary Added a DELETE /user_data/{user_id} Backup service endpoint that takes care of deleting all service user data. Depends on D12970 Test Plan Created two backups for user, and some logs (used Commtest to generate data). Called the endpoint in Postman
Diff Detail
Event Timelinebartek held this revision as a draft. Herald added subscribers: tomek, ashoat. · View Herald TranscriptAug 5 2024, 4:49 AM2024-08-05 04:49:10 (UTC-7) bartek added a child revision: D12972: [identity] Add config for Backup service URL.Aug 5 2024, 4:51 AM2024-08-05 04:51:52 (UTC-7) This revision is now accepted and ready to land.Aug 5 2024, 5:53 AM2024-08-05 05:53:40 (UTC-7)
This revision was landed with ongoing or failed builds.Aug 5 2024, 6:27 AM2024-08-05 06:27:57 (UTC-7) Closed by commit rCOMM9fc405d0fda4: [backup] Add endpoint to delete user data (authored by bartek). · Explain Why This revision was automatically updated to reflect the committed changes. Harbormaster completed remote builds in B30908: Diff 43088.Aug 5 2024, 6:48 AM2024-08-05 06:48:32 (UTC-7)
Revision Contents
Diff 43124 services/backup/src/database/mod.rs
services/backup/src/http/handlers/user_data.rs
services/backup/src/http/mod.rs
|