context detemrinistic + randomized searches and fix for setup from stella-ops.local rather 127.1.0.*

This commit is contained in:
master
2026-03-06 14:41:05 +02:00
parent 973cc8b335
commit 49763be70b
28 changed files with 1557 additions and 234 deletions

View File

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