Merge 35ac038a09ef766c41f904fa9d48d0728a0a4b5a into 9386bb87ca22afc2187758e1cbb4859518e398ad
This commit is contained in:
commit
e8cf4329d6
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user