Add guided node enrollment
This commit is contained in:
parent
678865bfdc
commit
ce3e029b3d
8 changed files with 490 additions and 18 deletions
|
|
@ -597,6 +597,9 @@ resource-scoped capability decisions.
|
|||
cursors instead of blindly re-requesting the full log on every tick.
|
||||
- `[x]` `geth node enroll request` creates an agent-key-signed enrollment
|
||||
request with requested node name and capabilities.
|
||||
- `[x]` `geth node enroll join` combines explicit admin-key trust bootstrap,
|
||||
candidate-only peer-card import, request creation, and Iroh submission while
|
||||
leaving owner approval as a separate admin-signed step.
|
||||
- `[x]` `geth node enroll submit/import/list` moves pending enrollment
|
||||
requests over Iroh or JSON file for owner review.
|
||||
- `[x]` `geth node enroll approve --signing-key` records signed keychain ops
|
||||
|
|
|
|||
Loading…
Reference in a new issue