Skip to content

Commit

Permalink
Merge commit '3d4f2cdb1bd945b1f6c76c8598ae2646079b2c70'
Browse files Browse the repository at this point in the history
* commit '3d4f2cdb1bd945b1f6c76c8598ae2646079b2c70':
  fix(presigned-url-fence): Enabling Rate Limiting again (uc-cdis#1182)
  chore(add pandemicresponsecommons.org to whitelist) (uc-cdis#1185)
  • Loading branch information
jacquayj committed Apr 13, 2020
2 parents 442e044 + 3d4f2cd commit dd81517
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions files/squid_whitelist/web_wildcard_whitelist
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,4 @@
.virtualbox.org
.xmission.com
.yahooapis.com
.pandemicresponsecommons.org
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
name: "fence-yaml-merge"
# -----------------------------------------------------------------------------
# DEPRECATED! Remove when all commons are no longer using local_settings.py
# for fence.
# for fence
# -----------------------------------------------------------------------------
- name: old-config-volume
secret:
Expand Down Expand Up @@ -201,4 +201,4 @@ spec:
echo -e "ENABLE_DB_MIGRATION: false" > "/var/www/fence/fence-config-bonus1.yaml"
python /var/www/fence/yaml_merge.py /var/www/fence/fence-config-public.yaml /var/www/fence/fence-config-secret.yaml > /var/www/fence/fence-config-step1.yaml
python /var/www/fence/yaml_merge.py /var/www/fence/fence-config-bonus1.yaml /var/www/fence/fence-config-step1.yaml > /var/www/fence/fence-config.yaml
bash /fence/dockerrun.bash && if [[ -f /dockerrun.sh ]]; then /dockerrun.sh; fi
bash /entrypoint.sh && /fence/dockerrun.bash && if [[ -f /dockerrun.sh ]]; then /dockerrun.sh; fi

0 comments on commit dd81517

Please sign in to comment.