From 9020cc32a5764ae262ab361d14a1afc4a8914603 Mon Sep 17 00:00:00 2001 From: Paul Bonaud Date: Thu, 4 Apr 2019 12:21:12 +0200 Subject: dhall(fix): fix for generated configuration for Kong 1.x upgrade --- dhall/server/service/plugin/Config.dhall | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'dhall/server/service/plugin/Config.dhall') diff --git a/dhall/server/service/plugin/Config.dhall b/dhall/server/service/plugin/Config.dhall index 73a333f..d54436b 100644 --- a/dhall/server/service/plugin/Config.dhall +++ b/dhall/server/service/plugin/Config.dhall @@ -1,9 +1,9 @@ < CorrelationId : - { header_name : Text, echo_downstream : Bool } + { header_name : Text, echo_downstream : Bool } | RequestTransformer : - { `add.headers` : Text } + { add : { headers : List Text } } | RequestTermination : - { status_code : Natural, content_type : Text, body : Text } + { status_code : Natural, content_type : Text, body : Text } | IPRestriction : - { whitelist : Text } -> + { whitelist : Text } +> \ No newline at end of file -- cgit v1.2.3