Skip to content

Commit e1d4cee

Browse files
committed
Add DestIp to X- Headers for CADR Reporting
1 parent ad88e3c commit e1d4cee

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

helm/gen3/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ dependencies:
104104
repository: "file://../requestor"
105105
condition: requestor.enabled
106106
- name: revproxy
107-
version: 0.1.50
107+
version: 0.1.51
108108
repository: "file://../revproxy"
109109
condition: revproxy.enabled
110110
- name: sheepdog
@@ -177,7 +177,7 @@ type: application
177177
# to the chart and its templates, including the app version.
178178
# Versions are expected to follow Semantic Versioning (https://semver.org/)
179179

180-
version: 0.2.124
180+
version: 0.2.125
181181

182182
# This is the version number of the application being deployed. This version number should be
183183
# incremented each time you make changes to the application. Versions are not expected to

helm/gen3/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# gen3
22

3-
![Version: 0.2.124](https://img.shields.io/badge/Version-0.2.124-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: master](https://img.shields.io/badge/AppVersion-master-informational?style=flat-square)
3+
![Version: 0.2.125](https://img.shields.io/badge/Version-0.2.125-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: master](https://img.shields.io/badge/AppVersion-master-informational?style=flat-square)
44

55
Helm chart to deploy Gen3 Data Commons
66

@@ -49,7 +49,7 @@ Helm chart to deploy Gen3 Data Commons
4949
| file://../peregrine | peregrine | 0.1.37 |
5050
| file://../portal | portal | 0.1.51 |
5151
| file://../requestor | requestor | 0.1.29 |
52-
| file://../revproxy | revproxy | 0.1.50 |
52+
| file://../revproxy | revproxy | 0.1.51 |
5353
| file://../sheepdog | sheepdog | 0.1.37 |
5454
| file://../sower | sower | 0.1.40 |
5555
| file://../ssjdispatcher | ssjdispatcher | 0.1.39 |

helm/revproxy/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.1.50
18+
version: 0.1.51
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

helm/revproxy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# revproxy
22

3-
![Version: 0.1.50](https://img.shields.io/badge/Version-0.1.50-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: master](https://img.shields.io/badge/AppVersion-master-informational?style=flat-square)
3+
![Version: 0.1.51](https://img.shields.io/badge/Version-0.1.51-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: master](https://img.shields.io/badge/AppVersion-master-informational?style=flat-square)
44

55
A Helm chart for gen3 revproxy
66

helm/revproxy/nginx/nginx.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ map $http_user_agent $loggable {
275275
proxy_set_header X-ReqId "$request_id";
276276
proxy_set_header X-SessionId "$session_id";
277277
proxy_set_header X-VisitorId "$visitor_id";
278+
proxy_set_header X-DestIp "$http_upstream";
278279
proxy_intercept_errors on;
279280

280281
#

0 commit comments

Comments
 (0)