Files
dap-was-dapms/deploy/portal-registry.json
janghw ab9c97c546
All checks were successful
Deploy Gateway / deploy (push) Successful in 2m45s
Harden tool endpoint origin validation and source fingerprinting
2026-09-18 18:21:08 +09:00

52 lines
1.0 KiB
JSON

{
"routes": [
{
"routeKey": "cus",
"toolServices": [
{
"status": "ACTIVE",
"serviceKey": "was-cus",
"serviceDomain": "https://tool-cus.devjun.net",
"manifestPath": "/tool-manifest"
}
]
},
{
"routeKey": "sal",
"toolServices": [
{
"status": "ACTIVE",
"serviceKey": "was-sal",
"serviceDomain": "https://tool-sal.devjun.net",
"manifestPath": "/tool-manifest"
}
]
},
{
"routeKey": "pro",
"toolServices": [
{
"status": "ACTIVE",
"serviceKey": "was-pro",
"serviceDomain": "https://tool-pro.devjun.net",
"manifestPath": "/tool-manifest"
}
]
},
{
"routeKey": "sys",
"toolServices": [
{
"status": "ACTIVE",
"serviceKey": "was-sys",
"serviceDomain": "https://tool-sys.devjun.net",
"manifestPath": "/tool-manifest"
}
]
}
]
}