Bootstrap geth Rust workspace
This commit is contained in:
commit
26f81ff1ef
73 changed files with 4835 additions and 0 deletions
18
docs/adr/0005-bearer-resource-secrets.md
Normal file
18
docs/adr/0005-bearer-resource-secrets.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# ADR 0005: Bearer Resource Secrets
|
||||
|
||||
## Status
|
||||
|
||||
Accepted.
|
||||
|
||||
## Decision
|
||||
|
||||
Bearer secrets may grant resource-specific capabilities. They do not create
|
||||
trusted node identity and should not normally grant trust graph mutation rights.
|
||||
|
||||
Private resource access is modeled with resource master secret epochs. Revocation
|
||||
is approximated by rotating to a new epoch and distributing it only to remaining
|
||||
authorized devices.
|
||||
|
||||
## Consequences
|
||||
|
||||
Invites and temporary access can be practical without weakening node identity.
|
||||
Loading…
Reference in a new issue