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