mirror of
https://github.com/katanemo/plano.git
synced 2026-05-02 12:22:43 +02:00
Upstream TLS validation and configurable connect timeout (#766)
This commit is contained in:
parent
4fe66c2918
commit
98b979ce54
4 changed files with 71 additions and 14 deletions
|
|
@ -265,6 +265,12 @@ properties:
|
|||
type: boolean
|
||||
use_agent_orchestrator:
|
||||
type: boolean
|
||||
upstream_connect_timeout:
|
||||
type: string
|
||||
description: "Connect timeout for upstream provider clusters (e.g., '5s', '10s'). Default is '5s'."
|
||||
upstream_tls_ca_path:
|
||||
type: string
|
||||
description: "Path to the trusted CA bundle for upstream TLS verification. Default is '/etc/ssl/certs/ca-certificates.crt'."
|
||||
system_prompt:
|
||||
type: string
|
||||
prompt_targets:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue