]> git.immae.eu Git - github/fretlink/ansible-kong-app.git/blame - dhall/server/service/plugin/CorrelationId.dhall
dhall(upgrade): upgrade code to be compatible with dhall 1.21.0
[github/fretlink/ansible-kong-app.git] / dhall / server / service / plugin / CorrelationId.dhall
CommitLineData
331e852c 1let Plugin = ./Plugin.dhall
77e27a11 2
331e852c 3let config = ./Config.dhall
77e27a11
HAL
4
5in { name =
331e852c
PB
6 "correlation-id"
7 , config =
8 config.CorrelationId
9 { header_name = "X-correl", echo_downstream = True }
10 }
11 : Plugin