correlation-id is missing in the workflow service API's response
correlation-id is missing in the workflow execution response like sample response from schema service :
Sample response from workflow service :
cache-control: no-cache, no-store, max-age=0, must-revalidate
connection: keep-alive
content-security-policy: default-src 'self'
content-type: application/json
date: Wed, 03 Mar 2021 11:52:13 GMT
expires: 0
pragma: no-cache
request-context: appId=cid-v1:9f744e47-15f4-45a1-9703-d398e09cbbb5
server: istio-envoy
strict-transport-security: max-age=31536000 ; includeSubDomains
transfer-encoding: chunked
x-content-type-options: nosniff
x-envoy-decorator-operation: workflow.osdu.svc.cluster.local:80/*
x-envoy-upstream-service-time: 152
x-frame-options: DENY
x-xss-protection: 1; mode=block
Sample response from schema service :
{
"access-control-allow-credentials": "[true]",
"access-control-allow-headers": "[origin, content-type, accept, authorization, data-partition-id, correlation-id, appkey]",
"access-control-allow-methods": "[GET, POST, PUT, DELETE, OPTIONS, HEAD, PATCH]",
"access-control-allow-origin": "[*]",
"cache-control": "[no-cache, no-store, must-revalidate]",
"connection": "keep-alive",
"content-security-policy": "[default-src 'self']",
"content-type": "application/json",
"correlation-id": "fbda9c60-fbbf-43fe-bdc4-550e1a17e5e6",
"date": "Wed, 03 Mar 2021 11:59:45 GMT",
"expires": "[0]",
"request-context": "appId=cid-v1:9f744e47-15f4-45a1-9703-d398e09cbbb5",
"server": "istio-envoy",
"strict-transport-security": "[max-age=31536000; includeSubDomains]",
"transfer-encoding": "chunked",
"x-content-type-options": "[nosniff]",
"x-envoy-decorator-operation": "schema-service.osdu.svc.cluster.local:80/*",
"x-envoy-upstream-service-time": "6312",
"x-frame-options": "DENY",
"x-xss-protection": "[1; mode=block]"
}
Edited by Aalekh Jain