We want to remove authentication from the backup service
Details
Details
- Reviewers
tomek varun • jim • max - Commits
- rCOMM92c1f81fc0e5: [services] Backup - Update proto file
None, it's just a change in the proto file.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
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.
Comment Actions
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)
Comment Actions
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.