From 15fcb9db0e91b58e11a075f85b64394364dcf423 Mon Sep 17 00:00:00 2001 From: Matthias Hinrichs Date: Fri, 15 May 2026 11:12:11 +0200 Subject: [PATCH] refactor: remove redundant header modifier for homeassistant-mcp authorization --- 05-mcp-servers/templates/homeassistant-mcp.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/05-mcp-servers/templates/homeassistant-mcp.yaml b/05-mcp-servers/templates/homeassistant-mcp.yaml index 0fa9e34..8967312 100644 --- a/05-mcp-servers/templates/homeassistant-mcp.yaml +++ b/05-mcp-servers/templates/homeassistant-mcp.yaml @@ -80,8 +80,4 @@ spec: name: homeassistant-mcp-secret namespace: agentgateway-system key: AUTHORIZATION_BEARER_TOKEN - headerModifiers: - request: - set: - - name: "Authorization" - value: "{{ homeassistant_token }}" \ No newline at end of file + \ No newline at end of file