fix: replace dynamic secret template with static Bearer token for Home Assistant authentication
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user