Implement keychain view reducer
This commit is contained in:
parent
373ff53d5c
commit
2a31cc3168
4 changed files with 358 additions and 22 deletions
|
|
@ -103,7 +103,9 @@ generate OpenSSH KRL binaries or replicate the lists over Iroh.
|
|||
|
||||
The identity plane is `geth-keychain`: admin keys, users, devices, nodes, agents,
|
||||
and endpoint bindings. Endpoint rotation must not destroy higher-level node
|
||||
identity.
|
||||
identity. Keychain operations reduce into an active view containing current
|
||||
admin keys, users, devices, node records, agent bindings, and endpoint-to-node
|
||||
bindings. Revoked identity subtrees are excluded from that active view.
|
||||
|
||||
The authorization plane is `geth-auth`: resource-local signed operation logs,
|
||||
grants, revocations, groups, and `auth explain`.
|
||||
|
|
|
|||
Loading…
Reference in a new issue