compose and authority fixes. finish sprints.

This commit is contained in:
master
2026-02-17 21:59:47 +02:00
parent fb46a927ad
commit 49cdebe2f1
187 changed files with 23189 additions and 1439 deletions

View File

@@ -1,122 +1,122 @@
{
"/envsettings.json": {
"target": "http://127.1.0.5:80",
"target": "http://127.1.0.1:80",
"secure": false
},
"/platform": {
"target": "http://127.1.0.5:80",
"target": "http://127.1.0.1:80",
"secure": false
},
"/api": {
"target": "http://127.1.0.5:80",
"target": "http://127.1.0.1:80",
"secure": false
},
"/authority": {
"target": "http://127.1.0.5:80",
"target": "http://127.1.0.1:80",
"secure": false
},
"/console": {
"target": "http://127.1.0.5:80",
"target": "http://127.1.0.1:80",
"secure": false
},
"/connect": {
"target": "http://127.1.0.5:80",
"target": "http://127.1.0.1:80",
"secure": false
},
"/.well-known": {
"target": "http://127.1.0.5:80",
"target": "http://127.1.0.1:80",
"secure": false
},
"/jwks": {
"target": "http://127.1.0.5:80",
"target": "http://127.1.0.1:80",
"secure": false
},
"/scanner": {
"target": "http://127.1.0.5:80",
"target": "http://127.1.0.1:80",
"secure": false
},
"/policyGateway": {
"target": "http://127.1.0.5:80",
"target": "http://127.1.0.1:80",
"secure": false
},
"/policyEngine": {
"target": "http://127.1.0.5:80",
"target": "http://127.1.0.1:80",
"secure": false
},
"/concelier": {
"target": "http://127.1.0.5:80",
"target": "http://127.1.0.1:80",
"secure": false
},
"/attestor": {
"target": "http://127.1.0.5:80",
"target": "http://127.1.0.1:80",
"secure": false
},
"/gateway": {
"target": "http://127.1.0.5:80",
"target": "http://127.1.0.1:80",
"secure": false
},
"/notify": {
"target": "http://127.1.0.5:80",
"target": "http://127.1.0.1:80",
"secure": false
},
"/scheduler": {
"target": "http://127.1.0.5:80",
"target": "http://127.1.0.1:80",
"secure": false
},
"/signals": {
"target": "http://127.1.0.5:80",
"target": "http://127.1.0.1:80",
"secure": false
},
"/excititor": {
"target": "http://127.1.0.5:80",
"target": "http://127.1.0.1:80",
"secure": false
},
"/findingsLedger": {
"target": "http://127.1.0.5:80",
"target": "http://127.1.0.1:80",
"secure": false
},
"/vexhub": {
"target": "http://127.1.0.5:80",
"target": "http://127.1.0.1:80",
"secure": false
},
"/vexlens": {
"target": "http://127.1.0.5:80",
"target": "http://127.1.0.1:80",
"secure": false
},
"/orchestrator": {
"target": "http://127.1.0.5:80",
"target": "http://127.1.0.1:80",
"secure": false
},
"/graph": {
"target": "http://127.1.0.5:80",
"target": "http://127.1.0.1:80",
"secure": false
},
"/doctor": {
"target": "http://127.1.0.5:80",
"target": "http://127.1.0.1:80",
"secure": false
},
"/integrations": {
"target": "http://127.1.0.5:80",
"target": "http://127.1.0.1:80",
"secure": false
},
"/replay": {
"target": "http://127.1.0.5:80",
"target": "http://127.1.0.1:80",
"secure": false
},
"/exportcenter": {
"target": "http://127.1.0.5:80",
"target": "http://127.1.0.1:80",
"secure": false
},
"/healthz": {
"target": "http://127.1.0.5:80",
"target": "http://127.1.0.1:80",
"secure": false
},
"/policy": {
"target": "http://127.1.0.5:80",
"target": "http://127.1.0.1:80",
"secure": false
},
"/v1": {
"target": "http://127.1.0.5:80",
"target": "http://127.1.0.1:80",
"secure": false
}
}