Skip to content

Commit

Permalink
Merge branch 'master' into feat/es7
Browse files Browse the repository at this point in the history
  • Loading branch information
jawadqur authored Oct 11, 2023
2 parents aa5fadf + e2473bf commit ce03fe1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion helm/gen3/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ dependencies:
repository: "file://../requestor"
condition: requestor.enabled
- name: revproxy
version: "0.1.10"
version: "0.1.11"
repository: "file://../revproxy"
condition: revproxy.enabled
- name: sheepdog
Expand Down
2 changes: 1 addition & 1 deletion helm/revproxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.10
version: 0.1.11

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
4 changes: 2 additions & 2 deletions helm/revproxy/gen3.nginx.conf/fence-service-ga4gh.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ location ~ \/ga4gh\/drs\/v1\/objects\/(.*)\/access {
return 403 "failed csrf check";
}

set $proxy_service "presigned_url_fence";
set $upstream http://presigned_url_fence-service$des_domain;
set $proxy_service "presigned-url-fence";
set $upstream http://presigned-url-fence-service$des_domain;
rewrite ^/user/(.*) /$1 break;
proxy_pass $upstream;
}

0 comments on commit ce03fe1

Please sign in to comment.