Skip to content

added changes to accept x-on-behalf-of header in ISTIO Envoy Filters

shivani karipe requested to merge az/td-user-context-header into master
  1. If the request contains Internal Service Account Token and x-on-behalf-of header is not empty or null, then the x-user-id header will be set to x-on-behalf-of header
  2. Else set the x-user-id header by existing logic

related MR in workflow: osdu/platform/data-flow/ingestion/ingestion-workflow!407 (merged)

Merge request reports