Fix OpenBao unseal command card

This commit is contained in:
2026-05-25 13:54:21 +02:00
parent 7a060a0ee6
commit d964cf46a3

View File

@@ -1234,10 +1234,10 @@ def command_payloads(data: dict[str, Any]) -> list[dict[str, str]]:
},
{
"name": "OpenBao unseal prompt",
"description": "Enter unseal shares by prompt. Do not place shares on the command line.",
"description": "Enter unseal shares by interactive terminal prompt. Do not place shares on the command line.",
"status": unseal_state,
"status_reason": unseal_reason,
"command": "kubectl exec -n openbao openbao-0 -- bao operator unseal",
"command": "kubectl exec -it -n openbao openbao-0 -- bao operator unseal",
},
{
"name": "OpenBao initial configuration",