feat: exercise contained KeyCape approval client rollout
Assistant: codex Assistant-Model: gpt-5.6-luna Assistant-Session: 01a07ff8-19d0-7820-b4d0-1353833cb7fc
This commit is contained in:
parent
896c1200c0
commit
ce826cfa8d
3 changed files with 412 additions and 0 deletions
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"clients": [
|
||||
{
|
||||
"client_id": "secrets-engine-approval",
|
||||
"live_jwks_signature_verified": true,
|
||||
"exact_claims_verified": true,
|
||||
"lifetime_seconds": 900,
|
||||
"excess_scope_denied": true,
|
||||
"wrong_secret_denied": true,
|
||||
"pod_verify_client_passed": false,
|
||||
"real_predecessor_rotation_tested": false,
|
||||
"observed_wall_clock_expiry": false
|
||||
},
|
||||
{
|
||||
"client_id": "approval-engine-operator",
|
||||
"live_jwks_signature_verified": true,
|
||||
"exact_claims_verified": true,
|
||||
"lifetime_seconds": 900,
|
||||
"excess_scope_denied": true,
|
||||
"wrong_secret_denied": true,
|
||||
"pod_verify_client_passed": false,
|
||||
"real_predecessor_rotation_tested": false,
|
||||
"observed_wall_clock_expiry": false
|
||||
}
|
||||
],
|
||||
"human_client_consume_denied": true,
|
||||
"target": "disposable pinned KeyCape image; synthetic keys and clients only",
|
||||
"pod_cli_verification": "deferred to live in-pod check",
|
||||
"cleanup_complete": true
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue