fix(wazuh): persist critical capability packets
All checks were successful
CD Pipeline / workflow-shape (push) Successful in 0s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 2m28s
CD Pipeline / build-and-deploy (push) Successful in 15m8s
CD Pipeline / post-deploy-checks (push) Successful in 2m18s

This commit is contained in:
ogt
2026-07-15 18:24:36 +08:00
parent e7f095b11c
commit 1387a30748
7 changed files with 785 additions and 5 deletions

View File

@@ -14225,10 +14225,12 @@
"runway": {
"source": "Source",
"packet": "Packet",
"capabilityPacket": "Critical capability",
"handoff": "Handoff",
"ingress": "Alertmanager integration",
"runtime": "Manager posture",
"ready": "ready",
"queued": "queued",
"waiting": "waiting",
"failed": "check failed",
"closed": "closed",
@@ -14237,6 +14239,7 @@
"runtimeFailure": {
"title": "Wazuh execution chain",
"privilegedCapabilityMissing": "The target lacks controlled privilege capability; writes remain stopped until a critical break-glass capability package is completed, then bounded retry may resume",
"privilegedCapabilityPacketQueued": "A durable critical break-glass capability packet is queued; host writes remain at zero until capability verification permits a bounded retry",
"targetUnreachable": "Target trust failed; waiting for this release's bounded retry",
"timeout": "Check mode timed out; waiting for this release's bounded retry",
"checkFailed": "Check mode failed; waiting for this release's bounded retry",

View File

@@ -14225,10 +14225,12 @@
"runway": {
"source": "來源",
"packet": "Packet",
"capabilityPacket": "Critical 能力包",
"handoff": "Handoff",
"ingress": "Alertmanager 整合",
"runtime": "Manager posture",
"ready": "ready",
"queued": "queued",
"waiting": "waiting",
"failed": "check failed",
"closed": "closed",
@@ -14237,6 +14239,7 @@
"runtimeFailure": {
"title": "Wazuh 執行鏈",
"privilegedCapabilityMissing": "主機端缺少受控提權能力;已停止寫入,需由 critical break-glass 能力包補齊後再進行受控重試",
"privilegedCapabilityPacketQueued": "Critical break-glass 能力包已建立 durable queue receipt主機寫入仍為 0待能力驗證後才會進行受控重試",
"targetUnreachable": "目標連線信任未通過,等待本版受控重試",
"timeout": "check-mode 逾時,等待本版受控重試",
"checkFailed": "check-mode 未通過,等待本版受控重試",