Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • I Ingestion Workflow
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 44
    • Issues 44
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 7
    • Merge requests 7
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Open Subsurface Data Universe SoftwareOpen Subsurface Data Universe Software
  • Platform
  • Data Flow
  • Data IngestionData Ingestion
  • Ingestion Workflow
  • Issues
  • #99
Closed
Open
Issue created Mar 10, 2021 by Monalisa Srivastava@msrivastava

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 Apr 12, 2021 by Aalekh Jain
Assignee
Assign to
Time tracking