Add authorized pipe messages over Iroh
This commit is contained in:
parent
3eb6b623e7
commit
78dbbf240b
11 changed files with 712 additions and 31 deletions
|
|
@ -364,6 +364,11 @@ Goal: add authorized stream-oriented management workflows over Iroh.
|
|||
- `[x]` Remote pipe listen requires `pipe.listen` on
|
||||
`resource:pipe:<name>`.
|
||||
- `[x]` Tests cover denied and allowed remote listener registration.
|
||||
- `[x]` `geth pipe send <name> <message> --node <node-id>` carries a byte
|
||||
message over the dedicated `/geth/pipe/1` Iroh ALPN.
|
||||
- `[x]` `geth pipe recv <name>` drains daemon-lifetime pipe messages.
|
||||
- `[x]` Remote pipe send requires `pipe.connect` on
|
||||
`resource:pipe:<name>`.
|
||||
- `[ ]` Pipe connect carries bidirectional byte streams over Iroh.
|
||||
- `[ ]` Streams close cleanly and propagate errors.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue