Published new Identity Service Docker image after lots of breaking changes to protos - see D10429
Also published Tunnelbroker due to changes in verifyUserAccessToken RPC which is called when establishing websocket session.
Paths
| Differential D10582 Authored by bartek on Jan 9 2024, 6:13 AM.
Details Summary Published new Identity Service Docker image after lots of breaking changes to protos - see D10429 Also published Tunnelbroker due to changes in verifyUserAccessToken RPC which is called when establishing websocket session. Test Plan Tested both images on staging - they seem to work fine (accept requests, talk to each other via gRPC).
Diff Detail
Event TimelineHerald added a subscriber: tomek. · View Herald TranscriptJan 9 2024, 6:13 AM2024-01-09 06:13:45 (UTC-8) Harbormaster completed remote builds in B25631: Diff 35430.Jan 9 2024, 6:37 AM2024-01-09 06:37:35 (UTC-8) This revision is now accepted and ready to land.Jan 9 2024, 6:46 AM2024-01-09 06:46:21 (UTC-8) Closed by commit rCOMM44740d23f987: [terraform] Deploy updated Identity and Tunnelbroker (authored by bartek). · Explain WhyJan 9 2024, 6:47 AM2024-01-09 06:47:38 (UTC-8) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 35435 services/terraform/remote/service_identity.tf
services/terraform/remote/service_tunnelbroker.tf
|
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.