fix: preserve node exec approvals for control ui

Signed-off-by: sallyom <somalley@redhat.com>
This commit is contained in:
sallyom
2026-05-06 22:23:36 -04:00
committed by Sally O'Malley
parent f66a2dc41d
commit a859638cc2
7 changed files with 183 additions and 19 deletions

View File

@@ -297,6 +297,7 @@ describe("executeNodeHostCommand", () => {
timeoutMs: 30_000,
}),
}),
{ scopes: ["operator.write", "operator.approvals"] },
);
});
@@ -355,6 +356,7 @@ describe("executeNodeHostCommand", () => {
systemRunPlan: expectedPlan,
}),
}),
{ scopes: ["operator.write", "operator.approvals"] },
);
});
});