security: harden registry trust and ingestion
All checks were successful
Standalone registry checks / check (push) Successful in 3m47s
All checks were successful
Standalone registry checks / check (push) Successful in 3m47s
This commit is contained in:
parent
82b9d652a9
commit
9705b01fe4
25 changed files with 846 additions and 144 deletions
|
|
@ -14,6 +14,12 @@ one accepted principal and public key per line:
|
|||
operator@example.org ssh-ed25519 REVIEWER_PUBLIC_KEY
|
||||
```
|
||||
|
||||
For rotation, retain an old public key with an OpenSSH `valid-before` option
|
||||
covering its signed decision times. New decisions are checked at append time, so
|
||||
an expired key cannot submit backdated reviews; historical release verification
|
||||
uses each authenticated `reviewed_at`. Remove a retired key only after no retained
|
||||
generation or review log depends on it.
|
||||
|
||||
Distribute the release publisher public key to consumers through an independent
|
||||
authenticated channel. Do not put private keys, production trust files or source
|
||||
datasets in Git or CI. The isolated source CI runner has none of these files.
|
||||
|
|
@ -62,6 +68,7 @@ argand-site-registry sign --generation /data/registry/reviewed \
|
|||
argand-site-registry activate --generation /data/registry/reviewed \
|
||||
--current /data/registry/current.json \
|
||||
--allowed-signers /secure/release-allowed-signers \
|
||||
--allowed-reviewers /secure/reviewer-allowed-signers \
|
||||
--identity registry-publisher
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue