]> git.immae.eu Git - github/fretlink/ansible-kong-app.git/blobdiff - dhall/server/service/plugin/Config.dhall
config(dhall): add parameter 'generator' to CorrelationID plugin
[github/fretlink/ansible-kong-app.git] / dhall / server / service / plugin / Config.dhall
index d54436b065fe3edebd1875a4903f28f66d978c2d..ea53361976a12621e75edcecc4f94c6a5f133d5e 100644 (file)
@@ -1,9 +1,9 @@
 < CorrelationId :
-       { header_name : Text, echo_downstream : Bool }
+       { header_name : Text, echo_downstream : Bool, generator : Text }
 | RequestTransformer :
        { add : { headers : List Text } }
 | RequestTermination :
        { status_code : Natural, content_type : Text, body : Text }
 | IPRestriction :
        { whitelist : Text }
->
\ No newline at end of file
+>