Page MenuHomePhabricator

[services] Backup - Update proto file
ClosedPublic

Authored by karol on Mar 21 2022, 2:37 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 18, 10:06 AM
Unknown Object (File)
Wed, Oct 30, 5:09 AM
Unknown Object (File)
Sun, Oct 27, 4:23 AM
Unknown Object (File)
Sep 27 2024, 6:53 AM
Unknown Object (File)
Sep 27 2024, 6:53 AM
Unknown Object (File)
Sep 27 2024, 6:53 AM
Unknown Object (File)
Sep 27 2024, 6:51 AM
Unknown Object (File)
Sep 18 2024, 8:18 AM

Details

Summary

We want to remove authentication from the backup service

Test Plan

None, it's just a change in the proto file.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

karol retitled this revision from [services] Backup - Update proto file to [draft] [services] Backup - Update proto file.Mar 21 2022, 3:09 AM

I think the idea here is that we don't want to block development of the backup service on auth, given it might take a while to get the identity service up and running. I think it's okay to remove this stuff from here now – it's still in Git history, so we can bring it back once we introduce the .proto for the identity service.

I guess the idea behind grpc when changing the proto is to never reuse the values and instead use new indexes when changing the shape. Not sure if it applies here (probably not as we're not using the service yet)

This revision is now accepted and ready to land.Mar 22 2022, 4:48 AM
karol retitled this revision from [draft] [services] Backup - Update proto file to [services] Backup - Update proto file.Mar 25 2022, 1:01 AM
In D3461#94508, @ashoat wrote:

I think the idea here is that we don't want to block development of the backup service on auth, given it might take a while to get the identity service up and running. I think it's okay to remove this stuff from here now – it's still in Git history, so we can bring it back once we introduce the .proto for the identity service.

exactly

It is accepted as a draft so I removed the draft label and I'm requesting changes once again to keep the appropriate order of events.

This revision is now accepted and ready to land.Mar 25 2022, 8:45 AM
This revision was automatically updated to reflect the committed changes.