Details
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Paths
| Differential D12889 Authored by bartek on Jul 26 2024, 2:56 AM.
Details
Diff Detail
Event Timelinebartek held this revision as a draft. Herald added subscribers: tomek, ashoat. · View Herald TranscriptJul 26 2024, 2:56 AM2024-07-26 02:56:15 (UTC-7) Harbormaster completed remote builds in B30688: Diff 42804.Jul 26 2024, 3:12 AM2024-07-26 03:12:26 (UTC-7) This revision is now accepted and ready to land.Jul 29 2024, 10:08 PM2024-07-29 22:08:35 (UTC-7) Closed by commit rCOMMdafbe70faaf7: [identity] Add function to batch-get platform details (authored by bartek). · Explain WhyJul 30 2024, 6:04 AM2024-07-30 06:04:58 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 42967 services/identity/src/database/device_list.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.