Depends on D5013
Adding initialize function to the blob get client.
Paths
| Differential D5014 Authored by • karol on Sep 1 2022, 4:09 AM.
Tags None Referenced Files
Details
Diff Detail
Event TimelineHerald added a reviewer: • jon. · View Herald TranscriptSep 1 2022, 4:09 AM2022-09-01 04:09:10 (UTC-7) • karol edited the summary of this revision. (Show Details)Sep 1 2022, 4:24 AM2022-09-01 04:24:58 (UTC-7) Harbormaster completed remote builds in B11771: Diff 16174.Sep 1 2022, 4:25 AM2022-09-01 04:25:14 (UTC-7) tomek added inline comments.
This revision now requires changes to proceed.Sep 5 2022, 5:33 AM2022-09-05 05:33:08 (UTC-7)
Harbormaster completed remote builds in B11909: Diff 16352.Sep 6 2022, 2:14 AM2022-09-06 02:14:46 (UTC-7) tomek added inline comments. This revision is now accepted and ready to land.Sep 7 2022, 5:11 AM2022-09-07 05:11:28 (UTC-7)
This revision was landed with ongoing or failed builds.Sep 8 2022, 4:10 AM2022-09-08 04:10:30 (UTC-7) Closed by commit rCOMM8949d823fda9: [services] Backup - Blob Get Client - Add initialize (authored by • karol). · Explain Why This revision was automatically updated to reflect the committed changes. Harbormaster completed remote builds in B11991: Diff 16446.Sep 8 2022, 4:17 AM2022-09-08 04:17:13 (UTC-7)
Revision Contents
Diff 16352 services/backup/blob_client/src/get_client.rs
|
Do you think it would make sense to move this into authorization middleware? So you can specify something like
I don't remember exactly what the API for the reports service is, but right now this diff would allow everyone to "authenticate" to the reports service by just not providing credentials (and get the service token by default). This should probably be scoped per (group of) endpoints.