parameters.proto

Package: transformation.plugins.gloo.solo.io

Types:

Source File: github.com/solo-io/gloo/projects/gloo/api/v1/plugins/transformation/parameters.proto

Parameters

"headers": map<string, string>
"path": .google.protobuf.StringValue
Field Type Description Default
headers map<string, string> headers that will be used to extract data for processing output templates Gloo will search for parameters by their name in header value strings, enclosed in single curly braces Example: extensions: parameters: headers: x-user-id: { userId }
path .google.protobuf.StringValue part of the (or the entire) path that will be used extract data for processing output templates Gloo will search for parameters by their name in header value strings, enclosed in single curly braces Example: extensions: parameters: path: /users/{ userId }