aboutsummaryrefslogtreecommitdiffhomepage
path: root/dhall/server/service/plugin/functions.dhall
diff options
context:
space:
mode:
authorPaul Bonaud <paul.bonaud@fretlink.com>2020-01-02 13:44:05 +0100
committerPaul Bonaud <paul.bonaud@fretlink.com>2020-01-02 15:41:41 +0100
commit5f23d5909f18ecc5d0af12cdbb1aee44dccf89ca (patch)
treebcf65ed77655f010e176186f9ffa75d1e575d0c2 /dhall/server/service/plugin/functions.dhall
parent80320193527d24c33ce67da99521a4cdd6631edc (diff)
downloadansible-kong-app-5f23d5909f18ecc5d0af12cdbb1aee44dccf89ca.tar.gz
ansible-kong-app-5f23d5909f18ecc5d0af12cdbb1aee44dccf89ca.tar.zst
ansible-kong-app-5f23d5909f18ecc5d0af12cdbb1aee44dccf89ca.zip
config(dhall): add a pre-function lua definition for HTTPS redirects
This PR fixes #12 and takes precedence over #13 (cherry-picked one of #13's commit)
Diffstat (limited to 'dhall/server/service/plugin/functions.dhall')
-rw-r--r--dhall/server/service/plugin/functions.dhall1
1 files changed, 1 insertions, 0 deletions
diff --git a/dhall/server/service/plugin/functions.dhall b/dhall/server/service/plugin/functions.dhall
index a7b1295..098fba7 100644
--- a/dhall/server/service/plugin/functions.dhall
+++ b/dhall/server/service/plugin/functions.dhall
@@ -3,4 +3,5 @@
3, mkIPRestriction = ./mkIPRestriction.dhall 3, mkIPRestriction = ./mkIPRestriction.dhall
4, correlationId = ./correlationId.dhall 4, correlationId = ./correlationId.dhall
5, mkPreFunction = ./mkPreFunction.dhall 5, mkPreFunction = ./mkPreFunction.dhall
6, http2httpsRedirect = ./http2httpsRedirect.dhall
6} 7}