Skip to content

Commit

Permalink
fix(mediator): Enabled X-Request-Id ATL-5568
Browse files Browse the repository at this point in the history
Signed-off-by: Shailesh Patil <[email protected]>
  • Loading branch information
mineme0110 committed Aug 30, 2023
1 parent 2828a09 commit eef10a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ extension [R, Err](app: HttpApp[R, Err])
"fly-client-ip",
"client-ip",
composeAnnotate(
"request-id",
"X-Request-ID",
"fly-request-id",
composeAnnotate(
"user-agent",
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/charts/mediator/templates/apisixroute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
- name: request-id
enable: true
config:
header_name: "X-Request-Id"
header_name: "X-Request-ID"
include_in_response: true
{{ template "cors" . }}

Expand Down

0 comments on commit eef10a4

Please sign in to comment.