Add resource-scoped bearer access metadata
This commit is contained in:
parent
a05112e6a2
commit
d072843cac
10 changed files with 344 additions and 11 deletions
|
|
@ -181,9 +181,11 @@ resource-scoped capability decisions.
|
|||
- `[x]` `geth secret rotate <resource>` records the next resource secret
|
||||
epoch.
|
||||
- `[x]` Secret epoch rotation is represented in durable metadata.
|
||||
- `[ ]` Bearer secrets grant only resource-scoped capabilities.
|
||||
- `[ ]` Bearer principals cannot mutate trust graph state by default.
|
||||
- `[ ]` Tests verify bearer access does not imply node identity.
|
||||
- `[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.
|
||||
|
||||
- `[~]` SSH certificate and revocation lifecycle.
|
||||
Acceptance criteria:
|
||||
|
|
|
|||
Loading…
Reference in a new issue