Accept authorized ACP endpoints in health checks
This commit is contained in:
parent
210e32b6db
commit
32d928a5da
@ -19,7 +19,7 @@
|
||||
method: acp.capabilities
|
||||
params: {}
|
||||
return_content: true
|
||||
status_code: 200
|
||||
status_code: [200, 401]
|
||||
register: acp_codex_bridge_http
|
||||
|
||||
- name: Validate local Codex ACP bridge CORS preflight
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
method: acp.capabilities
|
||||
params: {}
|
||||
return_content: true
|
||||
status_code: 200
|
||||
status_code: [200, 401]
|
||||
register: acp_gemini_bridge_http
|
||||
|
||||
- name: Show Gemini ACP adapter status
|
||||
|
||||
@ -27,7 +27,7 @@
|
||||
method: acp.capabilities
|
||||
params: {}
|
||||
return_content: true
|
||||
status_code: 200
|
||||
status_code: [200, 401]
|
||||
register: acp_opencode_bridge_http
|
||||
|
||||
- name: Validate local OpenCode ACP bridge CORS preflight
|
||||
|
||||
Loading…
Reference in New Issue
Block a user