Skip to content

Commit 674c1db

Browse files
authored
Merge pull request #547 from uc-cdis/fix/increase-header-size
Increase client header buffer size
2 parents 08215ab + 1d3b710 commit 674c1db

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

helm/gen3/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ dependencies:
112112
repository: "file://../requestor"
113113
condition: requestor.enabled
114114
- name: revproxy
115-
version: 0.1.54
115+
version: 0.1.55
116116
repository: "file://../revproxy"
117117
condition: revproxy.enabled
118118
- name: sheepdog

helm/gen3/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Helm chart to deploy Gen3 Data Commons
5353
| file://../peregrine | peregrine | 0.1.40 |
5454
| file://../portal | portal | 0.1.55 |
5555
| file://../requestor | requestor | 0.1.31 |
56-
| file://../revproxy | revproxy | 0.1.54 |
56+
| file://../revproxy | revproxy | 0.1.55 |
5757
| file://../sheepdog | sheepdog | 0.1.39 |
5858
| file://../sower | sower | 0.1.42 |
5959
| file://../ssjdispatcher | ssjdispatcher | 0.1.42 |

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.54
18+
version: 0.1.55
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.54](https://img.shields.io/badge/Version-0.1.54-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.55](https://img.shields.io/badge/Version-0.1.55-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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,8 @@ map $http_user_agent $loggable {
294294
# also incoming from client:
295295
# * https://fullvalence.com/2016/07/05/cookie-size-in-nginx/
296296
# * https://nginx.org/en/docs/http/ngx_http_core_module.html#client_header_buffer_size
297-
large_client_header_buffers 4 64k;
298-
client_header_buffer_size 4k;
297+
large_client_header_buffers 4 128k;
298+
client_header_buffer_size 8k;
299299

300300
#
301301
# CSRF check

0 commit comments

Comments
 (0)