From 5f827b09614c6b75ee0c124b5963301aa786d45a Mon Sep 17 00:00:00 2001 From: hailin Date: Mon, 23 Feb 2026 17:02:53 -0800 Subject: [PATCH] fix: revert ws/wss protocols - Kong OSS handles WS over http/https Kong 3.7 OSS doesn't support ws/wss protocol identifiers (Enterprise only). WebSocket upgrades are handled transparently over http/https protocols. Co-Authored-By: Claude Opus 4.6 --- packages/gateway/config/kong.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/packages/gateway/config/kong.yml b/packages/gateway/config/kong.yml index 1af5628..a219503 100644 --- a/packages/gateway/config/kong.yml +++ b/packages/gateway/config/kong.yml @@ -34,8 +34,6 @@ services: protocols: - http - https - - ws - - wss - name: agent-config-service url: http://agent-service:3002 @@ -83,8 +81,6 @@ services: protocols: - http - https - - ws - - wss - name: voice-service url: http://voice-service:3008 @@ -96,8 +92,6 @@ services: protocols: - http - https - - ws - - wss - name: voice-api paths: - /api/v1/voice