Add bearer challenge-response proofs
This commit is contained in:
parent
43433dbf1d
commit
72cd018a3e
11 changed files with 444 additions and 10 deletions
|
|
@ -177,8 +177,10 @@ Roadmap items should be actionable and checkable:
|
|||
SSH bytes or connect to sshd/admin shell yet.
|
||||
- Resource secret epoch metadata can be created, rotated, and listed locally.
|
||||
Bearer access metadata can be created/listed/revoked as resource-scoped auth
|
||||
ops and must not allow trust graph mutation capabilities. Payload encryption,
|
||||
key envelopes, and bearer challenge-response are still roadmap work.
|
||||
ops and must not allow trust graph mutation capabilities. Bearer
|
||||
challenge/proof/verify commands exist for resource-scoped possession checks.
|
||||
Payload encryption, key envelopes, and wiring bearer proofs into remote module
|
||||
authorization are still roadmap work.
|
||||
- SSH revocations can be exported as JSONL, OpenSSH KRL specification text, or
|
||||
binary OpenSSH KRL files generated through `ssh-keygen`. JSONL and OpenSSH KRL
|
||||
specification imports are supported; binary KRL import is unsupported because
|
||||
|
|
|
|||
Loading…
Reference in a new issue