From f698b25fad8e4136eddc7cede4f71d8cd81274c8 Mon Sep 17 00:00:00 2001 From: Siavash Sameni Date: Mon, 30 Mar 2026 16:19:43 +0400 Subject: [PATCH] fix: remove --auth-url from wzp-web (variants handle auth differently) The 'full' variant sends a key exchange as first WS message, not auth. The 'pure' variant sends raw PCM immediately, no auth. Only ws/ws-fec/ws-full variants send auth JSON. With auth removed, wzp-web accepts all WS connections. Auth is still enforced on the relay (--auth-url) for direct connections. Caddy provides access control at the TLS layer. Co-Authored-By: Claude Opus 4.6 (1M context) --- warzone/deploy/docker/docker-compose.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/warzone/deploy/docker/docker-compose.yml b/warzone/deploy/docker/docker-compose.yml index d742845..e3cabb5 100644 --- a/warzone/deploy/docker/docker-compose.yml +++ b/warzone/deploy/docker/docker-compose.yml @@ -76,11 +76,8 @@ services: - "8080" - "--relay" - "172.28.0.10:4433" - - "--auth-url" - - "http://warzone-server:7700/v1/auth/validate" depends_on: - wzp-relay - - warzone-server networks: - backend