Closed eguzki closed 3 months ago
Currently, only selectors that return string data type can be used.
From the Envoys attributes, examples can be request.path, source.address or request.headers.<header-name>.
request.path
source.address
request.headers.<header-name>
However, other attributes return a different type of data. Instances can be request.time, request.size, source.port or metadata based attributes.
request.time
request.size
source.port
See https://github.com/Kuadrant/wasm-shim/pull/41
see #60
Currently, only selectors that return string data type can be used.
From the Envoys attributes, examples can be
request.path
,source.address
orrequest.headers.<header-name>
.However, other attributes return a different type of data. Instances can be
request.time
,request.size
,source.port
or metadata based attributes.