diff options
author | Paul Bonaud <paul.bonaud@fretlink.com> | 2020-08-14 18:39:27 +0200 |
---|---|---|
committer | Paul Bonaud <paul.bonaud@fretlink.com> | 2020-08-14 18:41:10 +0200 |
commit | 2187c77a0f6b6d3e178e6d1a695bc954f57ecb72 (patch) | |
tree | 05c889fa60f44042b92f04b7f0324ea3b2117e59 /dhall/server/service/plugin/functions.dhall | |
parent | f131496c3e23d30c30dd597ab734b0f771f4a4d9 (diff) | |
download | ansible-kong-app-2187c77a0f6b6d3e178e6d1a695bc954f57ecb72.tar.gz ansible-kong-app-2187c77a0f6b6d3e178e6d1a695bc954f57ecb72.tar.zst ansible-kong-app-2187c77a0f6b6d3e178e6d1a695bc954f57ecb72.zip |
dhall(plugins): add binding for the 'response-transformer' plugin
This plugin is very similar to the existing request-transformer
plugin.
We can expose a Dhall helper to generate this plugin configuration as
the other plugins.
Diffstat (limited to 'dhall/server/service/plugin/functions.dhall')
-rw-r--r-- | dhall/server/service/plugin/functions.dhall | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dhall/server/service/plugin/functions.dhall b/dhall/server/service/plugin/functions.dhall index 098fba7..d183dea 100644 --- a/dhall/server/service/plugin/functions.dhall +++ b/dhall/server/service/plugin/functions.dhall | |||
@@ -1,5 +1,6 @@ | |||
1 | { mkRequestTermination = ./mkRequestTermination.dhall | 1 | { mkRequestTermination = ./mkRequestTermination.dhall |
2 | , mkRequestTransformer = ./mkRequestTransformer.dhall | 2 | , mkRequestTransformer = ./mkRequestTransformer.dhall |
3 | , mkResponseTransformer = ./mkResponseTransformer.dhall | ||
3 | , mkIPRestriction = ./mkIPRestriction.dhall | 4 | , mkIPRestriction = ./mkIPRestriction.dhall |
4 | , correlationId = ./correlationId.dhall | 5 | , correlationId = ./correlationId.dhall |
5 | , mkPreFunction = ./mkPreFunction.dhall | 6 | , mkPreFunction = ./mkPreFunction.dhall |