KES Live Cutover Window
Exact Env Change Used
The live API seam was changed in services/api/.env:
Resolving locale, route permissions, and workspace projection.
النطاق الحالي: ضيف
الفئة: 10_normative | الإصدار: v1.0.0
المالك: DOCUMENT_CUSTODIAN | دورة المراجعة: 90 يومًا
جهة الاعتماد: GOVERNANCE_ADMIN
بوابة الوثائق للقراءة فقط. نقاط نهاية التعديل والتغيير معطلة.
منصة Kvary أُنشئت أصلًا باللغة الجورجية. وحيثما تتوفر نسخة جورجية، تبقى الجورجية هي اللغة المعتمدة لواجهة المنصة والوثائق والتفسير القانوني.
تُوفَّر الترجمات إلى اللغات الأخرى لسهولة الاستخدام فقط. وقد تنشأ بعض السجلات بلغات أخرى وتحمل لغة مصدر أو لغة قانونية خاصة بذلك المسار، ولكن حيثما تتوفر نسخة جورجية تكون الأولوية للنسخة الجورجية في صياغة المنصة وتفسيرها.
البيانات الوصفية غير مكتملة: Document ID, Version, Status, Owner Role, Last Review Date, Next Review Date, Change Log
The live API seam was changed in services/api/.env:
KES_ORCHESTRATOR_SERVICE_URL override, or explicit fallback override to http://localhost:4020KES_ORCHESTRATOR_SERVICE_URL=http://localhost:4025Canonical extracted KES runtime target remains:
http://localhost:4025Because the local Node/npm wrapper is still broken in this shell, the live window was executed against the real repo dist servers in a Docker-backed localhost stack:
:4100:4020svc-kes host on :4025:4001The API route family stayed unchanged:
/api/v1/kes/orchestrator/*The live API was first started with the fallback override:
KES_ORCHESTRATOR_SERVICE_URL=http://localhost:4020This verified that the live stack still worked against the old colocated KES host before the cutover flip.
Only the API was restarted.
The restart used the repo env file with:
KES_ORCHESTRATOR_SERVICE_URL=http://localhost:4025No gateway route definitions changed.
No auth middleware changed.
Old colocated KES hosting remained up on :4020.
Pre-cutover fallback confirmation:
GET /api/v1/healthGET /api/v1/kes/orchestrator/cases?page=1&pageSize=1GET /api/v1/kes/orchestrator/control-planeGET /api/v1/kes/orchestrator/process-mapGET /api/v1/kes/orchestrator/suggestions?stakeholderId=...&limit=1PUT /api/v1/kes/orchestrator/process-mapPUT /api/v1/kes/orchestrator/process-mapPOST /api/v1/kes/orchestrator/casesPost-cutover live checks:
GET /api/v1/healthGET /api/v1/kes/orchestrator/cases?page=1&pageSize=1GET /api/v1/kes/orchestrator/control-planeGET /api/v1/kes/orchestrator/process-mapGET /api/v1/kes/orchestrator/suggestions?stakeholderId=...&limit=1PUT /api/v1/kes/orchestrator/process-mapPUT /api/v1/kes/orchestrator/process-mapPOST /api/v1/kes/orchestrator/casesFallback mode worked.
Cutover mode worked after restarting only the API.
Observed post-cutover status set:
200200200200401 missing_bearer_token200201The cutover remained in place.
No serious mismatch was found, so rollback was not needed during the window.
The old colocated KES host stayed available on :4020 throughout the window for immediate fallback if needed.