aboutsummaryrefslogtreecommitdiffhomepage
path: root/dhall/server/service/plugin/Config.dhall
diff options
context:
space:
mode:
authorpaulrbr-fl <43074087+paulrbr-fl@users.noreply.github.com>2019-08-08 16:07:12 +0200
committerGitHub <noreply@github.com>2019-08-08 16:07:12 +0200
commitcfcebcd5f0c7a99ab60de773e67e7ee35e8b0f0a (patch)
tree6aefb077fc07a715edb478cef3e8fc3a24e3a45c /dhall/server/service/plugin/Config.dhall
parentf820c109a54ea5c09fcff01025ba3ab63f18912c (diff)
parent42e5588b7feb13e90964b5371fb9f1bdcfaf793a (diff)
downloadansible-kong-app-cfcebcd5f0c7a99ab60de773e67e7ee35e8b0f0a.tar.gz
ansible-kong-app-cfcebcd5f0c7a99ab60de773e67e7ee35e8b0f0a.tar.zst
ansible-kong-app-cfcebcd5f0c7a99ab60de773e67e7ee35e8b0f0a.zip
Merge pull request #16 from paulrbr-fl/add-default-correlation-idv0.10
config(dhall): add parameter 'generator' to CorrelationID plugin
Diffstat (limited to 'dhall/server/service/plugin/Config.dhall')
-rw-r--r--dhall/server/service/plugin/Config.dhall4
1 files changed, 2 insertions, 2 deletions
diff --git a/dhall/server/service/plugin/Config.dhall b/dhall/server/service/plugin/Config.dhall
index d54436b..ea53361 100644
--- a/dhall/server/service/plugin/Config.dhall
+++ b/dhall/server/service/plugin/Config.dhall
@@ -1,9 +1,9 @@
1< CorrelationId : 1< CorrelationId :
2 { header_name : Text, echo_downstream : Bool } 2 { header_name : Text, echo_downstream : Bool, generator : Text }
3| RequestTransformer : 3| RequestTransformer :
4 { add : { headers : List Text } } 4 { add : { headers : List Text } }
5| RequestTermination : 5| RequestTermination :
6 { status_code : Natural, content_type : Text, body : Text } 6 { status_code : Natural, content_type : Text, body : Text }
7| IPRestriction : 7| IPRestriction :
8 { whitelist : Text } 8 { whitelist : Text }
9> \ No newline at end of file 9>