Restore policy frontdoor compatibility and live QA
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"Gateway": {
|
||||
"Auth": {
|
||||
"DpopEnabled": false,
|
||||
"AllowAnonymous": true,
|
||||
"EnableLegacyHeaders": true,
|
||||
"Auth": {
|
||||
"DpopEnabled": false,
|
||||
"AllowAnonymous": true,
|
||||
"EnableLegacyHeaders": true,
|
||||
"AllowScopeHeader": false,
|
||||
"ApprovedAuthPassthroughPrefixes": [
|
||||
"/connect",
|
||||
@@ -18,12 +18,33 @@
|
||||
"Issuer": "https://authority.stella-ops.local/",
|
||||
"RequireHttpsMetadata": false,
|
||||
"MetadataAddress": "https://authority.stella-ops.local/.well-known/openid-configuration",
|
||||
"Audiences": [
|
||||
|
||||
]
|
||||
}
|
||||
},
|
||||
"Routes": [
|
||||
"Audiences": [
|
||||
|
||||
]
|
||||
}
|
||||
},
|
||||
"Health": {
|
||||
"StaleThreshold": "30s",
|
||||
"DegradedThreshold": "20s",
|
||||
"CheckInterval": "5s",
|
||||
"RequiredMicroservices": [
|
||||
"platform",
|
||||
"policy",
|
||||
"notify",
|
||||
"scanner",
|
||||
"findings",
|
||||
"integrations",
|
||||
"reachgraph",
|
||||
"attestor",
|
||||
"evidence",
|
||||
"sbom",
|
||||
"jobengine",
|
||||
"authority",
|
||||
"vex",
|
||||
"concelier"
|
||||
]
|
||||
},
|
||||
"Routes": [
|
||||
{
|
||||
"Type": "ReverseProxy",
|
||||
"Path": "/api/v1/setup",
|
||||
@@ -234,23 +255,11 @@
|
||||
"TranslatesTo": "https://authority.stella-ops.local/console",
|
||||
"PreserveAuthHeaders": true
|
||||
},
|
||||
{
|
||||
"Type": "ReverseProxy",
|
||||
"Path": "/policy/simulations",
|
||||
"TranslatesTo": "http://policy-gateway.stella-ops.local/policy/simulations",
|
||||
"PreserveAuthHeaders": true
|
||||
},
|
||||
{
|
||||
"Type": "ReverseProxy",
|
||||
"Path": "/policy/shadow",
|
||||
"TranslatesTo": "http://policy-gateway.stella-ops.local/policy/shadow",
|
||||
"PreserveAuthHeaders": true
|
||||
},
|
||||
{
|
||||
"Type": "ReverseProxy",
|
||||
"Path": "/api/v1/advisory-ai/adapters",
|
||||
"TranslatesTo": "http://advisoryai.stella-ops.local/v1/advisory-ai/adapters",
|
||||
"PreserveAuthHeaders": true
|
||||
{
|
||||
"Type": "ReverseProxy",
|
||||
"Path": "/api/v1/advisory-ai/adapters",
|
||||
"TranslatesTo": "http://advisoryai.stella-ops.local/v1/advisory-ai/adapters",
|
||||
"PreserveAuthHeaders": true
|
||||
},
|
||||
{
|
||||
"Type": "ReverseProxy",
|
||||
@@ -390,16 +399,10 @@
|
||||
"TranslatesTo": "https://exportcenter.stella-ops.local/v1/audit-bundles",
|
||||
"PreserveAuthHeaders": true
|
||||
},
|
||||
{
|
||||
"Type": "Microservice",
|
||||
"Path": "/policy",
|
||||
"TranslatesTo": "http://policy-gateway.stella-ops.local",
|
||||
"PreserveAuthHeaders": true
|
||||
},
|
||||
{
|
||||
"Type": "Microservice",
|
||||
"Path": "/api/cvss",
|
||||
"TranslatesTo": "http://policy-gateway.stella-ops.local/api/cvss",
|
||||
{
|
||||
"Type": "Microservice",
|
||||
"Path": "/api/cvss",
|
||||
"TranslatesTo": "http://policy-gateway.stella-ops.local/api/cvss",
|
||||
"PreserveAuthHeaders": true
|
||||
},
|
||||
{
|
||||
@@ -690,16 +693,22 @@
|
||||
"TranslatesTo": "http://doctor.stella-ops.local",
|
||||
"PreserveAuthHeaders": true
|
||||
},
|
||||
{
|
||||
"Type": "Microservice",
|
||||
"Path": "/integrations",
|
||||
"TranslatesTo": "http://integrations.stella-ops.local"
|
||||
},
|
||||
{
|
||||
"Type": "Microservice",
|
||||
"Path": "/replay",
|
||||
"TranslatesTo": "http://replay.stella-ops.local"
|
||||
},
|
||||
{
|
||||
"Type": "Microservice",
|
||||
"Path": "/integrations",
|
||||
"TranslatesTo": "http://integrations.stella-ops.local"
|
||||
},
|
||||
{
|
||||
"Type": "Microservice",
|
||||
"Path": "/policy",
|
||||
"TranslatesTo": "http://policy-gateway.stella-ops.local/policy",
|
||||
"PreserveAuthHeaders": true
|
||||
},
|
||||
{
|
||||
"Type": "Microservice",
|
||||
"Path": "/replay",
|
||||
"TranslatesTo": "http://replay.stella-ops.local"
|
||||
},
|
||||
{
|
||||
"Type": "Microservice",
|
||||
"Path": "/exportcenter",
|
||||
|
||||
Reference in New Issue
Block a user