From 622492868273ffeff8751c45d9aecdd760ac7573 Mon Sep 17 00:00:00 2001 From: Matthias Hinrichs Date: Fri, 15 May 2026 12:00:56 +0200 Subject: [PATCH] fix: replace dynamic secret template with static Bearer token for Home Assistant authentication --- 05-mcp-servers/templates/homeassistant-mcp.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/05-mcp-servers/templates/homeassistant-mcp.yaml b/05-mcp-servers/templates/homeassistant-mcp.yaml index 6e3dc39..4ee1c5e 100644 --- a/05-mcp-servers/templates/homeassistant-mcp.yaml +++ b/05-mcp-servers/templates/homeassistant-mcp.yaml @@ -78,5 +78,4 @@ spec: request: set: - name: "Authorization" - # Diese Inja-Funktion 'secret' ist in K-Gateway/Envoy implementiert - value: '{{ "{{ " }} secret("agentgateway-system", "homeassistant-mcp-secret", "AUTHORIZATION_BEARER_TOKEN") {{ " }}" }}' + value: 'Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiI2YzE1Njg2NjA3MjA0MjI5OTdlMjVmZTA0NmU5MjljNCIsImlhdCI6MTc3ODgzNzcwNCwiZXhwIjoyMDk0MTk3NzA0fQ.XOQuRv-1nEad_6GV-Nz-B-ZWzvo993E_NGkQ85V5DH4'