-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathagent-gateway.yaml
More file actions
36 lines (36 loc) · 946 Bytes
/
Copy pathagent-gateway.yaml
File metadata and controls
36 lines (36 loc) · 946 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
binds:
- port: 4000
listeners:
- name: TIA-Connect
routes:
- backends:
- mcp:
targets:
- name: siemens-tia-portal
sse:
host: host.docker.internal
port: 9000
path: /mcp/sse
- name: tia-openapi
openapi:
host: 192.168.65.254:9000
schema:
file: /tia-openapi3-norec.json
name: TIA-Portal-Route
policies:
cors:
allowOrigins:
- http://localhost:15000
allowHeaders:
- mcp-protocol-version
- content-type
- cache-control
- x-api-key
exposeHeaders:
- Mcp-Session-Id
requestHeaderModifier:
set:
Host: localhost:9000
X-API-KEY: tia_live_1ad930c7924f9882df31d88096822a6e95c84f08499a1da1fedb72e15d21e3df
mcpAuthorization:
rules: []