diff options
Diffstat (limited to 'dhall/server/service/plugin/Config.dhall')
-rw-r--r-- | dhall/server/service/plugin/Config.dhall | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dhall/server/service/plugin/Config.dhall b/dhall/server/service/plugin/Config.dhall new file mode 100644 index 0000000..73a333f --- /dev/null +++ b/dhall/server/service/plugin/Config.dhall | |||
@@ -0,0 +1,9 @@ | |||
1 | < CorrelationId : | ||
2 | { header_name : Text, echo_downstream : Bool } | ||
3 | | RequestTransformer : | ||
4 | { `add.headers` : Text } | ||
5 | | RequestTermination : | ||
6 | { status_code : Natural, content_type : Text, body : Text } | ||
7 | | IPRestriction : | ||
8 | { whitelist : Text } | ||
9 | > | ||