Merge 35ac038a09ef766c41f904fa9d48d0728a0a4b5a into 9386bb87ca22afc2187758e1cbb4859518e398ad

This commit is contained in:
Greg Crist 2025-11-18 17:21:05 -08:00 committed by GitHub
commit e8cf4329d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,12 +23,12 @@ mcp-servers:
# --- # ---
'https://{KIBANA_URL}/api/agent_builder/mcp', 'https://{KIBANA_URL}/api/agent_builder/mcp',
'--header', '--header',
'Authorization:${AUTH_HEADER}' 'Authorization: ApiKey ${{ secrets.ELASTIC_API_KEY }}'
] ]
# This section maps a GitHub secret to the AUTH_HEADER environment variable # This section maps a GitHub secret to the AUTH_HEADER environment variable
# The 'ApiKey' prefix is required by Elastic # The 'ApiKey' prefix is required by Elastic
env: #env:
AUTH_HEADER: ApiKey ${{ secrets.ELASTIC_API_KEY }} # AUTH_HEADER: ApiKey ${{ secrets.ELASTIC_API_KEY }}
--- ---
# System # System