Loading module
Resolving locale, route permissions, and workspace projection.
Resolving locale, route permissions, and workspace projection.
Текущая область: Гость
Категория: 10_normative | Версия: v1.0.0
Владелец: DOCUMENT_CUSTODIAN | Цикл пересмотра: 90 дней
Утверждающий орган: GOVERNANCE_ADMIN
Портал документации доступен только для чтения. Редактирование и mutation endpoints отключены.
Платформа Kvary изначально создана на грузинском языке. Там, где существует грузинская версия, именно грузинский язык является авторитетным для UI платформы, документации и юридического толкования.
Переводы на другие языки предоставляются только для удобства. Отдельные записи и flow могут изначально существовать на других языках и иметь собственный source/legal locale, но там, где доступна грузинская версия, для формулировок и толкования на уровне платформы приоритет имеет грузинский текст.
Метаданные неполные: 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.