]> git.immae.eu Git - github/fretlink/ansible-kong-app.git/blob - dhall/server/service/plugin/CorrelationId.dhall
add dhall interface
[github/fretlink/ansible-kong-app.git] / dhall / server / service / plugin / CorrelationId.dhall
1 let Plugin = ./Plugin.dhall
2
3 in let config = constructors ./Config.dhall
4
5 in { name =
6 "correlation-id"
7 , config =
8 config.CorrelationId
9 { header_name = "X-correl", echo_downstream = True }
10 }
11 : Plugin