Add authorized remote pipe listen
This commit is contained in:
parent
7e39a19c18
commit
3382899628
8 changed files with 322 additions and 21 deletions
|
|
@ -349,8 +349,11 @@ Goal: add authorized stream-oriented management workflows over Iroh.
|
|||
imported peer over Iroh at the control-plane level.
|
||||
- `[x]` Remote pipe connect requires `pipe.connect` on
|
||||
`resource:pipe:<name>`.
|
||||
- `[ ]` Remote pipe listen requires `pipe.listen` when remote listener
|
||||
creation is added.
|
||||
- `[x]` `geth pipe listen <name> --node <node-id>` can register an authorized
|
||||
daemon-lifetime listener on an imported peer.
|
||||
- `[x]` Remote pipe listen requires `pipe.listen` on
|
||||
`resource:pipe:<name>`.
|
||||
- `[x]` Tests cover denied and allowed remote listener registration.
|
||||
- `[ ]` Pipe connect carries bidirectional byte streams over Iroh.
|
||||
- `[ ]` Streams close cleanly and propagate errors.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue