From fe93c6387abd02a9b7416fa071f750f15c6dad80 Mon Sep 17 00:00:00 2001 From: stevef Date: Sun, 12 Apr 2026 23:14:52 +0200 Subject: [PATCH] fix(k3s): use static prefixed token for picoclaw-agent to enable websocket connectivity --- k3s/configmap.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/k3s/configmap.yaml b/k3s/configmap.yaml index 11719ef49..0a25a454d 100644 --- a/k3s/configmap.yaml +++ b/k3s/configmap.yaml @@ -209,7 +209,8 @@ data: "write_timeout": 10, "max_connections": 100, "allow_from": [], - "placeholder": {} + "placeholder": {}, + "token": "pico-picoclaw-secret-123" }, "pico_client": { "enabled": false,