New version

This commit is contained in:
sttlab
2026-04-27 18:57:30 +00:00
parent 65eb285b66
commit 7596578ed6
5 changed files with 82 additions and 13 deletions
+30 -2
View File
@@ -8,8 +8,16 @@ config:
binds:
- port: 4000
listeners:
- routes:
- backends:
- protocol: HTTPS
tls:
cert: /etc/ssl/agentgateway/server.crt
key: /etc/ssl/agentgateway/server.key
minTLSVersion: TLS_V1_2
routes:
- matches:
- path:
pathPrefix: /claude-sonnet-4-6
backends:
- ai:
name: claude-sonnet-4-6
provider:
@@ -18,3 +26,23 @@ binds:
policies:
backendAuth:
key: "$ANTHROPIC_API_KEY"
- port: 9001
listeners:
- protocol: HTTPS
tls:
cert: /etc/ssl/agentgateway/server.crt
key: /etc/ssl/agentgateway/server.key
minTLSVersion: TLS_V1_2
routes:
- matches:
- path:
pathPrefix: /jira
backends:
- mcp:
targets:
- name: jira
mcp:
host: mcp-jira
port: 9000
path: /mcp