feat(casan): establish assurance kernel and harden control plane

This commit is contained in:
thanhnv
2026-08-02 23:24:51 +07:00
parent 8b477f3800
commit 5745519126
51 changed files with 4076 additions and 180 deletions
@@ -199,6 +199,9 @@ def _check(
) -> dict[str, Any]:
return {
"gate": gate,
"legacy_gate": gate,
"category": "readiness_check",
"check_id": "ReadinessCheck.%s" % gate,
"title": title,
"status": status,
"summary": summary,