Skip to content

Commit

Permalink
Merge pull request #1823 from bosch-io/bugfix/remove-x-original-uri
Browse files Browse the repository at this point in the history
removed X-Original-URI
  • Loading branch information
thjaeckle authored Nov 27, 2023
2 parents 1b081a9 + f5dfbeb commit 9542e09
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
k8s:
- v1.26.6
- v1.27.3
- v1.28.3
- v1.28.0
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion deployment/helm/ditto/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ description: |
A digital twin is a virtual, cloud based, representation of his real world counterpart
(real world “Things”, e.g. devices like sensors, smart heating, connected cars, smart grids, EV charging stations etc).
type: application
version: 3.4.1 # chart version is effectively set by release-job
version: 3.4.2 # chart version is effectively set by release-job
appVersion: 3.4.1
keywords:
- iot-chart
Expand Down
1 change: 0 additions & 1 deletion deployment/helm/ditto/templates/nginx-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ data:
# ignore X-Original-URI in the request
proxy_hide_header X-Original-URI;
proxy_set_header X-Original-URI $request_uri;
proxy-connect-timeout: "10" # seconds, default: 60
# timeouts are configured slightly higher than gateway read-timeout of 60 seconds
Expand Down

0 comments on commit 9542e09

Please sign in to comment.