Add bearer challenge-response proofs
This commit is contained in:
parent
43433dbf1d
commit
72cd018a3e
11 changed files with 444 additions and 10 deletions
|
|
@ -220,8 +220,11 @@ resource-scoped capability decisions.
|
|||
- `[x]` Bearer secrets grant only resource-scoped capabilities.
|
||||
- `[x]` Bearer principals cannot mutate trust graph state by default.
|
||||
- `[x]` Tests verify bearer access does not imply node identity.
|
||||
- `[ ]` Future completion requires bearer challenge-response proof instead
|
||||
of metadata-only local records.
|
||||
- `[x]` `geth secret bearer challenge/prove/verify` exercises
|
||||
resource-scoped bearer challenge-response proofs.
|
||||
- `[x]` Tests verify valid bearer proofs and capability-scoped proof denial.
|
||||
- `[ ]` Future completion wires bearer proof verification into remote module
|
||||
authorization paths.
|
||||
|
||||
- `[~]` SSH certificate and revocation lifecycle.
|
||||
Acceptance criteria:
|
||||
|
|
|
|||
Loading…
Reference in a new issue