Require an absolute owner command after attended OpenBao login.
A relative scripts path can fail to spawn after a successful contained OIDC session, which Warden then revokes. The wrapper now resolves the command first; T03 records that this attempt did not write the role. Assistant: grok Assistant-Session: 01a0a23b-3bf0-7341-b4e5-9dc05f72573a
This commit is contained in:
parent
bb1aa85aea
commit
7496d9fab5
5 changed files with 81 additions and 13 deletions
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"schema": "railiance-platform.attended-login-attempt.v1",
|
||||
"observed_at": "2026-09-15T00:11:57Z",
|
||||
"lane_id": "openbao-platform-admin-login",
|
||||
"plan_verdict": "founder_required",
|
||||
"login_helper_reached": true,
|
||||
"owner_command_started": false,
|
||||
"warden_message": "attended command could not start; the login session was revoked",
|
||||
"session_revoked": true,
|
||||
"role_mutated": false,
|
||||
"ingress_mutated": false,
|
||||
"credential_values_emitted": false,
|
||||
"cause": "relative owner command path failed to spawn after successful contained login",
|
||||
"retry": "python3 scripts/openbao-attended-exec.py -- /home/worsch/railiance-platform/scripts/openbao-apply-operator-loopback-callback.sh"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue