qa iteration 1
This commit is contained in:
@@ -15,10 +15,16 @@
|
||||
}
|
||||
},
|
||||
"Routes": [
|
||||
{
|
||||
"Type": "ReverseProxy",
|
||||
"Path": "/api/v1/setup",
|
||||
"TranslatesTo": "http://platform.stella-ops.local/api/v1/setup",
|
||||
"PreserveAuthHeaders": true
|
||||
},
|
||||
{
|
||||
"Type": "Microservice",
|
||||
"Path": "/api/v1/release-orchestrator",
|
||||
"TranslatesTo": "http://jobengine.stella-ops.local/api/v1/release-orchestrator",
|
||||
"TranslatesTo": "http://orchestrator.stella-ops.local/api/v1/release-orchestrator",
|
||||
"PreserveAuthHeaders": true
|
||||
},
|
||||
{
|
||||
@@ -66,7 +72,7 @@
|
||||
{
|
||||
"Type": "Microservice",
|
||||
"Path": "/api/v1/findings",
|
||||
"TranslatesTo": "http://findings.stella-ops.local/api/v1/findings",
|
||||
"TranslatesTo": "http://findings-ledger.stella-ops.local/api/v1/findings",
|
||||
"PreserveAuthHeaders": true
|
||||
},
|
||||
{
|
||||
@@ -114,7 +120,7 @@
|
||||
{
|
||||
"Type": "Microservice",
|
||||
"Path": "/api/v1/jobengine",
|
||||
"TranslatesTo": "http://jobengine.stella-ops.local/api/v1/jobengine",
|
||||
"TranslatesTo": "http://orchestrator.stella-ops.local/api/v1/jobengine",
|
||||
"PreserveAuthHeaders": true
|
||||
},
|
||||
{
|
||||
@@ -330,7 +336,7 @@
|
||||
{
|
||||
"Type": "Microservice",
|
||||
"Path": "/api/v1/workflows",
|
||||
"TranslatesTo": "http://jobengine.stella-ops.local/api/v1/workflows",
|
||||
"TranslatesTo": "http://orchestrator.stella-ops.local/api/v1/workflows",
|
||||
"PreserveAuthHeaders": true
|
||||
},
|
||||
{
|
||||
@@ -348,7 +354,7 @@
|
||||
{
|
||||
"Type": "Microservice",
|
||||
"Path": "/v1/runs",
|
||||
"TranslatesTo": "http://jobengine.stella-ops.local/v1/runs",
|
||||
"TranslatesTo": "http://orchestrator.stella-ops.local/v1/runs",
|
||||
"PreserveAuthHeaders": true
|
||||
},
|
||||
{
|
||||
@@ -402,19 +408,19 @@
|
||||
{
|
||||
"Type": "Microservice",
|
||||
"Path": "/api/release-orchestrator",
|
||||
"TranslatesTo": "http://jobengine.stella-ops.local/api/release-orchestrator",
|
||||
"TranslatesTo": "http://orchestrator.stella-ops.local/api/release-orchestrator",
|
||||
"PreserveAuthHeaders": true
|
||||
},
|
||||
{
|
||||
"Type": "Microservice",
|
||||
"Path": "/api/releases",
|
||||
"TranslatesTo": "http://jobengine.stella-ops.local/api/releases",
|
||||
"TranslatesTo": "http://orchestrator.stella-ops.local/api/releases",
|
||||
"PreserveAuthHeaders": true
|
||||
},
|
||||
{
|
||||
"Type": "Microservice",
|
||||
"Path": "/api/approvals",
|
||||
"TranslatesTo": "http://jobengine.stella-ops.local/api/approvals",
|
||||
"TranslatesTo": "http://orchestrator.stella-ops.local/api/approvals",
|
||||
"PreserveAuthHeaders": true
|
||||
},
|
||||
{
|
||||
@@ -462,7 +468,7 @@
|
||||
{
|
||||
"Type": "Microservice",
|
||||
"Path": "/api/jobengine",
|
||||
"TranslatesTo": "http://jobengine.stella-ops.local/api/jobengine",
|
||||
"TranslatesTo": "http://orchestrator.stella-ops.local/api/jobengine",
|
||||
"PreserveAuthHeaders": true
|
||||
},
|
||||
{
|
||||
@@ -630,7 +636,7 @@
|
||||
{
|
||||
"Type": "Microservice",
|
||||
"Path": "/findingsLedger",
|
||||
"TranslatesTo": "http://findings.stella-ops.local"
|
||||
"TranslatesTo": "http://findings-ledger.stella-ops.local"
|
||||
},
|
||||
{
|
||||
"Type": "Microservice",
|
||||
@@ -645,7 +651,7 @@
|
||||
{
|
||||
"Type": "Microservice",
|
||||
"Path": "/jobengine",
|
||||
"TranslatesTo": "http://jobengine.stella-ops.local"
|
||||
"TranslatesTo": "http://orchestrator.stella-ops.local"
|
||||
},
|
||||
{
|
||||
"Type": "Microservice",
|
||||
|
||||
Reference in New Issue
Block a user