]> git.immae.eu Git - github/fretlink/ansible-kong-app.git/blame - 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
CommitLineData
77e27a11 1< CorrelationId :
42e5588b 2 { header_name : Text, echo_downstream : Bool, generator : Text }
77e27a11 3| RequestTransformer :
9020cc32 4 { add : { headers : List Text } }
77e27a11 5| RequestTermination :
9020cc32 6 { status_code : Natural, content_type : Text, body : Text }
77e27a11 7| IPRestriction :
9020cc32 8 { whitelist : Text }
42e5588b 9>