Add resource secret epoch metadata
This commit is contained in:
parent
ce260625d6
commit
a05112e6a2
12 changed files with 287 additions and 13 deletions
|
|
@ -174,12 +174,16 @@ resource-scoped capability decisions.
|
|||
- `[ ]` Future completion requires signed-op validation before accepting
|
||||
replicated auth ops.
|
||||
|
||||
- `[ ]` Resource secrets and bearer invites.
|
||||
- `[~]` Resource secrets and bearer invites.
|
||||
Acceptance criteria:
|
||||
- Bearer secrets grant only resource-scoped capabilities.
|
||||
- Bearer principals cannot mutate trust graph state by default.
|
||||
- Secret epoch rotation is represented in durable metadata.
|
||||
- Tests verify bearer access does not imply node identity.
|
||||
- `[x]` `geth secret create <resource>` records resource secret epoch 1
|
||||
metadata.
|
||||
- `[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.
|
||||
|
||||
- `[~]` SSH certificate and revocation lifecycle.
|
||||
Acceptance criteria:
|
||||
|
|
|
|||
Loading…
Reference in a new issue