Commit e0a85b8
feat(operational-layer): wire rgtv CLI to vault-broker + daemon management
- vault-broker: add GET /v1/credentials endpoint (sorted hint names, no values);
fix pre-existing Zeroizing clone bug in redeem handler; remove .json()
tracing call that required an unset feature flag
- svalinn-cli → rgtv: full rewrite wired to vault-broker HTTP API via ureq;
commands: get (grant→redeem→sh exec with Zeroizing value), list, status,
verify, and daemon start/stop/status (PID-file managed via
~/.local/state/rgtv/); honest stubs for audit/rotate with clear TODO messages
- Justfile: replace vex-SATELLITE_NAME placeholders with working targets:
build-broker, build-cli, broker-dev, broker-start, broker-stop,
broker-status, broker-logs, creds
- STATE.a2ml: bump completion 45→55%, record completed milestones
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent a9a59a0 commit e0a85b8
7 files changed
Lines changed: 2525 additions & 140 deletions
File tree
- .machine_readable/6a2
- svalinn-cli
- src
- vault-broker
- src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
| |||
45 | 48 | | |
46 | 49 | | |
47 | 50 | | |
| 51 | + | |
48 | 52 | | |
49 | 53 | | |
50 | 54 | | |
| |||
58 | 62 | | |
59 | 63 | | |
60 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
61 | 68 | | |
62 | 69 | | |
63 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
12 | 13 | | |
13 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
14 | 27 | | |
15 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
16 | 31 | | |
17 | | - | |
| 32 | + | |
18 | 33 | | |
19 | | - | |
20 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
21 | 38 | | |
22 | | - | |
| 39 | + | |
23 | 40 | | |
24 | | - | |
| 41 | + | |
| 42 | + | |
25 | 43 | | |
26 | | - | |
| 44 | + | |
27 | 45 | | |
28 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
29 | 82 | | |
30 | 83 | | |
31 | 84 | | |
| |||
0 commit comments