Commit 4cef200
committed
feat(sync)!: replace per-entity sync RPC with TeamConfigRecord blobs
Cloud sync now exchanges opaque TeamConfigRecord envelopes (kind + ciphertext
payload) instead of typed Host/SshKey/Identity/KnownHost/PortForward message sets.
BREAKING CHANGE: SyncConfigResponse drops hostSet/sshKeySet/etc. in favor of
records; UpdateConfigRequest/Response use team_id + TeamConfigRecord only.
Existing sync clients and termium-be must upgrade together with this proto.1 parent 8ac3345 commit 4cef200
19 files changed
Lines changed: 1145 additions & 724 deletions
File tree
- gen
- openapi/sync/v1
- proto
- sync/v1
- team/v1
- user/v1
- proto/sync/v1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
0 commit comments