Skip to content

Commit

Permalink
fix(presigned-url-fence): Enabling Rate Limiting again (uc-cdis#1182)
Browse files Browse the repository at this point in the history
* fix(presigned-url-fence): Enabling rate limiting again by invoking entrypoint.sh

* fix(presigned-url-fence): Enabling rate limiting again by invoking entrypoint.sh

* commit to force a new PR check

Co-authored-by: Marcelo Costa <[email protected]>
  • Loading branch information
themarcelor and Marcelo Costa authored Apr 13, 2020
1 parent 81a7a3b commit 3d4f2cd
Showing 1 changed file with 2 additions and 2 deletions.
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 3d4f2cd

Please sign in to comment.