Revoke leases by operator-held lease id
session revoke accepts exactly one of --accessor-file or --lease-id-file. Lease ids are read from a mode-0600 out-of-repo file and fingerprinted in evidence; the handle is never printed. Production remains fail-closed. Assistant: grok Assistant-Session: 01a05f07-ae72-7781-9fcb-19efd61add00
This commit is contained in:
parent
ce1790f267
commit
85d4548035
7 changed files with 100 additions and 24 deletions
|
|
@ -75,10 +75,9 @@ contents in this repo.
|
|||
## H4a — Known-accessor operator command
|
||||
|
||||
- Delivery sessions already self-revoke in `finally` (`SECRETS-WP-0007-T05`).
|
||||
- Implemented: `secrets-engine session revoke --accessor-file F` reads a
|
||||
mode-0600 out-of-repo accessor, calls `token revoke -accessor`, and records
|
||||
only a fingerprint. Production remains fail-closed. Lease-id revoke is still
|
||||
outstanding.
|
||||
- Implemented: `secrets-engine session revoke --accessor-file F` or
|
||||
`--lease-id-file F` reads a mode-0600 out-of-repo handle, revokes it, and
|
||||
records only a fingerprint. Production remains fail-closed.
|
||||
|
||||
## H5 — Audit report command
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue