Harden WP-0024 recovery execution gates
Assistant: codex Assistant-Model: gpt-5.6-sol Assistant-Session: 01a02669-87ee-7a31-b111-edc95a16e0fa
This commit is contained in:
parent
08a3dd7660
commit
3f9e4535d1
10 changed files with 848 additions and 22 deletions
22
docs/openbao-reboot-snapshot-receipt.example.json
Normal file
22
docs/openbao-reboot-snapshot-receipt.example.json
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"receipt_version": 1,
|
||||
"receipt_id": "replace-with-operator-receipt-id",
|
||||
"created_at": "YYYY-MM-DDTHH:MM:SSZ",
|
||||
"operator": "replace-with-operator-id",
|
||||
"source_cluster": "railiance01",
|
||||
"source_namespace": "openbao",
|
||||
"source_pod": "openbao-0",
|
||||
"cluster_id": "replace-with-live-openbao-cluster-id",
|
||||
"raft_applied_index": 0,
|
||||
"snapshot_created": false,
|
||||
"source_initialized": false,
|
||||
"source_unsealed": false,
|
||||
"snapshot_sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
|
||||
"snapshot_encrypted": false,
|
||||
"encrypted_snapshot_sha256": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
|
||||
"encrypted_location_ref": "replace-with-approved-off-host-custody-handle",
|
||||
"encrypted_copy_off_host": false,
|
||||
"encryption_verified": false,
|
||||
"hash_verified": false,
|
||||
"no_secret_material_recorded": false
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue